[Haskell-cafe] Re: Haskell Helper

c8h10n4o2 asaferibeiro4 at ymail.com
Sun Oct 3 17:36:50 EDT 2010


The problem is there. A function in Hai would be function-name,
arg1,argn=body.
Func stores function name,arguments and body as Strings(I was thinking to
put Func String String String).
The parser func that I wrote so far try to parse a function definition, not
a function call.
But when I try to store the function on my Map I get a error with somthing
called 'functional dependencies'(which I don't know what is).
-- 
View this message in context: http://haskell.1045720.n5.nabble.com/Haskell-Helper-tp3093854p3117672.html
Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com.


More information about the Haskell-Cafe mailing list