yhccore-0.9.1: Yhc's Internal Core language.

Yhc.Core.Haskell

Synopsis

Documentation

coreHaskell :: Core -> StringSource

Take a Core program, and output Haskell. Fix up as much as possible

coreHaskellDirect :: Core -> StringSource

Take a Core program, and output Haskell. Currently one definition per line, although this is not guaranteed (pretty printing would be nice!) Does not include a module definition, or imports.