Uses of Package
orc.error.compiletime

Packages that use orc.error.compiletime
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.declaration.defn   
orc.ast.extended.pattern   
orc.ast.oil Internal representation of OIL, the Orc Intermediate Language. 
orc.ast.simple Desugared AST which is close to the final format (OIL) but includes named variables. 
orc.ast.simple.arg   
orc.error.compiletime   
orc.error.compiletime.typing   
orc.parser The Orc parser. 
orc.type   
 

Classes in orc.error.compiletime used by orc
CompilationException
          Exceptions generated during Orc compilation from source to portable compiled representations.
 

Classes in orc.error.compiletime used by orc.ast.extended
CompilationException
          Exceptions generated during Orc compilation from source to portable compiled representations.
 

Classes in orc.error.compiletime used by orc.ast.extended.declaration
CompilationException
          Exceptions generated during Orc compilation from source to portable compiled representations.
 

Classes in orc.error.compiletime used by orc.ast.extended.declaration.defn
CompilationException
          Exceptions generated during Orc compilation from source to portable compiled representations.
 

Classes in orc.error.compiletime used by orc.ast.extended.pattern
NonlinearPatternException
           
PatternException
           
 

Classes in orc.error.compiletime used by orc.ast.oil
CompilationException
          Exceptions generated during Orc compilation from source to portable compiled representations.
 

Classes in orc.error.compiletime used by orc.ast.simple
CompilationException
          Exceptions generated during Orc compilation from source to portable compiled representations.
UnboundVariableException
           
 

Classes in orc.error.compiletime used by orc.ast.simple.arg
UnboundVariableException
           
 

Classes in orc.error.compiletime used by orc.error.compiletime
CompilationException
          Exceptions generated during Orc compilation from source to portable compiled representations.
PatternException
           
 

Classes in orc.error.compiletime used by orc.error.compiletime.typing
CompilationException
          Exceptions generated during Orc compilation from source to portable compiled representations.
 

Classes in orc.error.compiletime used by orc.parser
ParsingException
          Problem parsing the text of an Orc program.
 

Classes in orc.error.compiletime used by orc.type
CompilationException
          Exceptions generated during Orc compilation from source to portable compiled representations.