nar 0.0.8

Narc, a dependently-typed programming language with dependent pattern matching
Documentation
1
2
3
4
5
6
7
8
/// Type-checking monad.
pub mod monad;

/// Typ(e-check)ing rules.
pub mod rules;

/// Patterns.
pub mod pats;