From ec28905d32c23109da17696faefab284fde3e103 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Sat, 18 Jan 2020 18:46:09 +0000 Subject: Introduce intermediate representation that stores typed expr --- dhall/src/semantics/mod.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dhall/src/semantics/mod.rs') diff --git a/dhall/src/semantics/mod.rs b/dhall/src/semantics/mod.rs index 3ef1aba..63f74ee 100644 --- a/dhall/src/semantics/mod.rs +++ b/dhall/src/semantics/mod.rs @@ -1,4 +1,5 @@ pub mod core; pub mod phase; -pub mod to_expr; +pub mod tck; pub(crate) use self::core::*; +pub(crate) use self::tck::*; -- cgit v1.2.3