Uses of Class
orc.error.compiletime.UnboundVariableException

Packages that use UnboundVariableException
orc.ast.simple Desugared AST which is close to the final format (OIL) but includes named variables. 
orc.ast.simple.arg   
 

Uses of UnboundVariableException in orc.ast.simple
 

Methods in orc.ast.simple that throw UnboundVariableException
 Expr Let.convert(Env<Var> vars, Env<java.lang.String> typevars)
           
 

Uses of UnboundVariableException in orc.ast.simple.arg
 

Methods in orc.ast.simple.arg that throw UnboundVariableException
 Arg NamedVar.convert(Env<Var> vars)
           
abstract  Arg Argument.convert(Env<Var> vars)
          Convert to DeBruijn index.