Module raw_syntax

Module raw_syntax 

Source
Expand description

Raw syntax definitions

Raw syntax is used primarily for parsing and printed. It is not assumed to be typechecked/well-formed.

Re-exports§

pub use term::TermR;
pub use pattern::PatternR;

Modules§

pattern
Raw syntax patterns.
term
Raw syntax terms.