summaryrefslogtreecommitdiff
path: root/dhall_syntax/src/core/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'dhall_syntax/src/core/mod.rs')
-rw-r--r--dhall_syntax/src/core/mod.rs13
1 files changed, 0 insertions, 13 deletions
diff --git a/dhall_syntax/src/core/mod.rs b/dhall_syntax/src/core/mod.rs
deleted file mode 100644
index 66bf229..0000000
--- a/dhall_syntax/src/core/mod.rs
+++ /dev/null
@@ -1,13 +0,0 @@
-mod expr;
-pub use expr::*;
-mod import;
-pub use import::*;
-mod label;
-pub use label::*;
-mod span;
-pub use span::*;
-mod text;
-pub use text::*;
-pub mod context;
-pub mod map;
-pub mod visitor;