feldspar-compiler-0.6.0.2: Compiler for the Feldspar language

Safe HaskellNone

Feldspar.Compiler.Imperative.Frontend

Contents

Synopsis

Frontend data types

data Mod Source

Constructors

Mod [Ent] 

Instances

data Ent Source

Instances

data Block Source

Constructors

Bl [Def] Prog 

data Def Source

Constructors

Init Type String Expr 
Def Type String 

class Named a whereSource

Methods

getName :: a -> StringSource

Instances

Conversion between representation and frontend