[Haskell-cafe] foild function for expressions
Carlo Vivari
thrakatak at hotmail.com
Tue Dec 4 14:51:30 EST 2007
Yes,as I said before to other of you
the exp data type was also declared in the exercise (my fault not to say
it), and look as this:
data Exp = LitI Int
|LitB Bool
|Add Exp Exp
|And Exp Exp
|If Exp Exp Exp
--
View this message in context: http://www.nabble.com/foild-function-for-expressions-tf4932877.html#a14158061
Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com.
More information about the Haskell-Cafe
mailing list