6 Dec 2010 07:49
Re: Help me for haskel problem please
Neil Mitchell <ndmitchell <at> gmail.com>
2010-12-06 06:49:30 GMT
2010-12-06 06:49:30 GMT
Hi, For homework help I suggest you read http://haskell.org/haskellwiki/Homework_help and follow the links listed there. Thanks, Neil 2010/12/5 Suresh <vai.csse <at> gmail.com>: > Dear Sir, > > My be this question will be funny for you but I am new in Haskel and > got only few lection and now I have to solve the question as test. Please > let me know about suitable api for this question. We have wrong code and > there is some test. Have to find out needed or suitable api and using these > we have to pass all the test. But still I am so poor on Haskel. Please give > me your good idea and material for this question. IF possible please give > some example to solve this problem. > > module Grammar where > > import Data.Set (Set) > import qualified Data.Set as Set > import Prelude hiding (Int) > > import Test.HUnit > > data Term = Int Integer > | Atom String > | Var String(Continue reading)
RSS Feed