I have this type definition:
data Operace = Op (Int->Int->Int) String (Int->Int->Int) deriving Show
I want to print this type into
You can derive Show, just import Text.Show.Functions first.
Show
Text.Show.Functions