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/tck/mod.rs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 dhall/src/semantics/tck/mod.rs (limited to 'dhall/src/semantics/tck/mod.rs') diff --git a/dhall/src/semantics/tck/mod.rs b/dhall/src/semantics/tck/mod.rs new file mode 100644 index 0000000..407605d --- /dev/null +++ b/dhall/src/semantics/tck/mod.rs @@ -0,0 +1,2 @@ +pub mod tyexpr; +pub(crate) use tyexpr::*; -- cgit v1.2.3