feldspar-compiler-0.7: Compiler for the Feldspar language

Safe HaskellNone
LanguageHaskell2010

Feldspar.Compiler.Frontend.Interactive.Interface

Synopsis

Documentation

getCore :: SyntacticFeld t => t -> Module () Source

Get the generated core for a program.

printCore :: SyntacticFeld t => t -> IO () Source

Print the generated core for a program.