CsabaThanks,Is it possible to use GHC simplifier to transform the parsed Haskell source to supercombinators? i.e. to doHello,I wonder what is the easiest way to compile Haskell to supercombinators (top level functions) using GHC as a library.Or should it be written from scratch?
- eta expansion
- closure conversion
- lambda lifting
Is Core or STG suited better for this purpose?
_______________________________________________
Haskell-Cafe mailing list
To (un)subscribe, modify options or view archives go to:
http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell- cafe
Only members subscribed via the mailman list are allowed to post.