1 2 3 4 5
/// Abstract syntax, surface syntax, parser and well-typed terms (core language). pub mod syntax; /// Type-Checking module. pub mod check;
1 2 3 4 5
/// Abstract syntax, surface syntax, parser and well-typed terms (core language). pub mod syntax; /// Type-Checking module. pub mod check;