| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Transformations.Ll.Lfr
Description
Documentation
Constructors
| Program [GlobalDeclaration] IdCnt |
Instances
data GlobalDeclaration Source #
Constructors
| GlobVarDecl VarDeclaration | |
| GlobFunDecl Identifier' [Identifier'] Expression |
Instances
| Show GlobalDeclaration Source # | |
Defined in Transformations.Ll.Lfr Methods showsPrec :: Int -> GlobalDeclaration -> ShowS # show :: GlobalDeclaration -> String # showList :: [GlobalDeclaration] -> ShowS # | |
| Eq GlobalDeclaration Source # | |
Defined in Transformations.Ll.Lfr Methods (==) :: GlobalDeclaration -> GlobalDeclaration -> Bool # (/=) :: GlobalDeclaration -> GlobalDeclaration -> Bool # | |
data VarDeclaration Source #
Constructors
| VarDecl Identifier' Expression |
Instances
| Show VarDeclaration Source # | |
Defined in Transformations.Ll.Lfr Methods showsPrec :: Int -> VarDeclaration -> ShowS # show :: VarDeclaration -> String # showList :: [VarDeclaration] -> ShowS # | |
| Eq VarDeclaration Source # | |
Defined in Transformations.Ll.Lfr Methods (==) :: VarDeclaration -> VarDeclaration -> Bool # (/=) :: VarDeclaration -> VarDeclaration -> Bool # | |
data Expression Source #
Constructors
Instances
| Show Expression Source # | |
Defined in Transformations.Ll.Lfr Methods showsPrec :: Int -> Expression -> ShowS # show :: Expression -> String # showList :: [Expression] -> ShowS # | |
| Eq Expression Source # | |
Defined in Transformations.Ll.Lfr | |