Uses of Package
orc.ast.simple

Packages that use orc.ast.simple
orc Top-level package for all Orc code. 
orc.ast.extended Desugared AST which is very close to the source form. 
orc.ast.extended.declaration   
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
Expression
          Base class for the simplified abstract syntax tree.
 

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.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