Uses of Package
orc.ast.simple

Packages that use orc.ast.simple
orc.ast.extended Desugared AST which is very close to the source form. 
orc.ast.extended.declaration   
orc.ast.extended.declaration.defn   
orc.ast.extended.declaration.type   
orc.ast.extended.pattern   
orc.ast.simple Desugared AST which is close to the final format (OIL) but includes named variables. 
 

Classes in orc.ast.simple used by orc.ast.extended
Expression
          Base class for the simplified abstract syntax tree.
 

Classes in orc.ast.simple used by orc.ast.extended.declaration
Expression
          Base class for the simplified abstract syntax tree.
 

Classes in orc.ast.simple used by orc.ast.extended.declaration.defn
Definition
          A unit of syntax that encapsulates an expression definition.
Expression
          Base class for the simplified abstract syntax tree.
 

Classes in orc.ast.simple used by orc.ast.extended.declaration.type
Expression
          Base class for the simplified abstract syntax tree.
 

Classes in orc.ast.simple used by orc.ast.extended.pattern
Expression
          Base class for the simplified abstract syntax tree.
 

Classes in orc.ast.simple used by orc.ast.simple
Definition
          A unit of syntax that encapsulates an expression definition.
Expression
          Base class for the simplified abstract syntax tree.
Sequential