Orc 1.1.0

Packages
kilim  
orc Top-level package for all Orc code.
orc.ast Compile-time representation of Orc code.
orc.ast.extended Desugared AST which is very close to the source form.
orc.ast.extended.declaration  
orc.ast.extended.declaration.def  
orc.ast.extended.declaration.type  
orc.ast.extended.expression  
orc.ast.extended.pattern  
orc.ast.extended.type  
orc.ast.extended.visitor  
orc.ast.oil Internal representation of OIL, the Orc Intermediate Language.
orc.ast.oil.expression  
orc.ast.oil.expression.argument  
orc.ast.oil.type  
orc.ast.oil.visitor  
orc.ast.simple Desugared AST which is close to the final format (OIL) but includes named variables.
orc.ast.simple.argument  
orc.ast.simple.expression  
orc.ast.simple.type  
orc.ast.sites Compile-time representation of Orc sites.
orc.ast.xml JAXB implementation classes for the Orc Intermediate Language XML binding.
orc.ast.xml.expression  
orc.ast.xml.expression.argument  
orc.ast.xml.type  
orc.doc  
orc.env A lexical context which supports both offset- and name-based lookup.
orc.error Orc-specific throwables.
orc.error.compiletime  
orc.error.compiletime.typing  
orc.error.loadtime  
orc.error.runtime  
orc.gui  
orc.inc This package holds the include files for Orc, so they can be accessed as Java resources by the Orc jar.
orc.lib Non-fundamental sites and operators.
orc.lib.bool  
orc.lib.comp  
orc.lib.math  
orc.lib.state  
orc.lib.state.types  
orc.lib.str  
orc.lib.time  
orc.lib.util  
orc.parser The Orc parser.
orc.progress Utilities for tracking the progress of tasks.
orc.runtime Runtime for Orc interpreter.
orc.runtime.regions Regions are used to track when some (sub-)computation terminates.
orc.runtime.sites Abstract base classes for Orc sites plus fundamental sites.
orc.runtime.sites.core Fundamental sites.
orc.runtime.sites.java Wrappers which enable using Java objects and classes as Orc sites.
orc.runtime.values Representations for Orc types which don't have direct analogues in the host language (Java).
orc.trace Generate and query Orc trace files.
orc.trace.events Events which may appear in a trace file.
orc.trace.handles  
orc.trace.values Serializable, immutable representations of Orc runtime values.
orc.type  
orc.type.ground  
orc.type.inference  
orc.type.java  
orc.type.structured  
orc.type.tycon