automaticly create the ana, cata, hylomorphisms
Hello programmers, I have a problem to solve and don't have a clue where to start. I need to do a program in haskell that creates automaticly the ana, cata and hylomorphisms to arbitraty types. It's sort of a pre-processer. How can i start? I have the HaPar.hs that has uses Haskell parser to extract the type declarations from a file containing a Haskell module. I also have the TDec1.hs that has some dataTypes defined(TDec1, CDec1, Type) and some Show instances. Can anyone help me? I'm totally new to Haskell :(
Hello programmers,
I have a problem to solve and don't have a clue where to start.
This is a homework question. Please read http://www.haskell.org/hawiki/HomeworkHelp for some helpful hints. By the way, you shouldn't post the same message to multiple lists - you should choose the right one (haskell-cafe in this case), or if you must, cross-post one message to both. This means people who subscribe to both won't see your message twice. --KW 8-) -- Keith Wansbrough <kw217@cl.cam.ac.uk> http://www.cl.cam.ac.uk/users/kw217/ University of Cambridge Computer Laboratory.
participants (2)
-
Keith Wansbrough -
Marta Isabel Oliveira