summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/tck/mod.rs
blob: 6dddfc53e2d63a536abe2c6892351f680af66f4b (plain)
1
2
3
4
5
6
pub mod env;
pub mod tir;
pub mod typecheck;
pub use env::*;
pub use tir::*;
pub use typecheck::*;