noodle-0.0.19: the noodle programming language

Safe HaskellSafe-Infered

Language.Noodle.Syntax

Documentation

data Decls Source

Constructors

Decls 

Fields

toDecList :: [Decl]
 

Instances

newtype Pattern Source

Constructors

Pat (Literal Pattern) 

Instances

data Literal a Source

Constructors

Numb Integer 
Ident String 
Symb String 
StrLit String 
ProdLit a a [a] 
Abs a 
Paren a 

Instances

Show a => Show (Literal a)