Package orc.runtime.sites.core

Fundamental sites.

See:
          Description

Class Summary
Cons Implements the "cons" constructor site.
Datasite  
Equal  
Error  
If  
Inequal  
IsNone  
IsSome  
Let Implements the built-in "let" site
Nil Implements the "cons" constructor site.
None Implements the "none" option constructor site.
Not  
Some Implements the "some" option constructor site.
Tag  
TryCons  
TryNil  
 

Package orc.runtime.sites.core Description

Fundamental sites. Specifically, these sites may be generated by the compiler as it desugars patterns, so they absolutely must be supported by any Orc engine.