summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/tck/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'dhall/src/semantics/tck/mod.rs')
-rw-r--r--dhall/src/semantics/tck/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall/src/semantics/tck/mod.rs b/dhall/src/semantics/tck/mod.rs
index 28974af..1df2a48 100644
--- a/dhall/src/semantics/tck/mod.rs
+++ b/dhall/src/semantics/tck/mod.rs
@@ -1,6 +1,6 @@
-pub mod context;
pub mod env;
pub mod tyexpr;
pub mod typecheck;
pub(crate) use env::*;
pub(crate) use tyexpr::*;
+pub(crate) use typecheck::*;