feldspar-compiler-0.6.0.2: Compiler for the Feldspar language

Safe HaskellNone

Feldspar.Compiler.Frontend.Interactive.Interface

Documentation

data PrgType Source

Constructors

ForType 
AssignType 
IfType 

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

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

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