feldspar-compiler-0.6.0.2: Compiler for the Feldspar language

Safe HaskellNone

Feldspar.Compiler.Frontend.Interactive.Interface

Documentation

data PrgType

Constructors

ForType 
AssignType 
IfType 

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

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

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