diff options
Diffstat (limited to 'dhall/src/core')
-rw-r--r-- | dhall/src/core/mod.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dhall/src/core/mod.rs b/dhall/src/core/mod.rs index a202e72..0667df8 100644 --- a/dhall/src/core/mod.rs +++ b/dhall/src/core/mod.rs @@ -1,4 +1,4 @@ -pub(crate) mod context; -pub(crate) mod thunk; -pub(crate) mod value; -pub(crate) mod var; +pub mod context; +pub mod thunk; +pub mod value; +pub mod var; |