summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/core/mod.rs
diff options
context:
space:
mode:
authorNadrieril2019-12-15 19:47:20 +0000
committerNadrieril2019-12-15 19:47:20 +0000
commit7abd49772643ee4e131ef47de66db22ba7c1e037 (patch)
treef9e84634beac051a8b201b9e91f74c8d332598f8 /dhall/src/semantics/core/mod.rs
parent929a34c177f8b18ae791f77bbd4630a862fb1070 (diff)
Move contents of dhall under a semantics submodule
Diffstat (limited to 'dhall/src/semantics/core/mod.rs')
-rw-r--r--dhall/src/semantics/core/mod.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/dhall/src/semantics/core/mod.rs b/dhall/src/semantics/core/mod.rs
new file mode 100644
index 0000000..08213f7
--- /dev/null
+++ b/dhall/src/semantics/core/mod.rs
@@ -0,0 +1,4 @@
+pub mod context;
+pub mod value;
+pub mod valuef;
+pub mod var;