feldspar-compiler-0.4.0.2: Compiler for the Feldspar language

Feldspar.Compiler.Compiler

Documentation

data SomeCompilable

Constructors

forall a . Compilable a => SomeCompilable a 

compile :: Compilable t => t -> FilePath -> String -> Options -> IO ()

icompile :: Compilable t => t -> IO ()

icompile' :: Compilable t => t -> String -> Options -> IO ()