1
2
3
4
5
/// Type-checking monad.
pub mod monad;

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