Uses of Package
orc.ast.simple.arg

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

Classes in orc.ast.simple.arg used by orc.ast.extended
Argument
          An AST class (distinct from Expression) which contains arguments to calls.
 

Classes in orc.ast.simple.arg used by orc.ast.extended.declaration.defn
Var
          Bound variables.
 

Classes in orc.ast.simple.arg used by orc.ast.extended.pattern
Argument
          An AST class (distinct from Expression) which contains arguments to calls.
NamedVar
          Named (implicitly, free) variables.
Var
          Bound variables.
 

Classes in orc.ast.simple.arg used by orc.ast.simple
Argument
          An AST class (distinct from Expression) which contains arguments to calls.
NamedVar
          Named (implicitly, free) variables.
Var
          Bound variables.
 

Classes in orc.ast.simple.arg used by orc.ast.simple.arg
Argument
          An AST class (distinct from Expression) which contains arguments to calls.
NamedVar
          Named (implicitly, free) variables.
Var
          Bound variables.
 

Classes in orc.ast.simple.arg used by orc.error.compiletime
NamedVar
          Named (implicitly, free) variables.