summaryrefslogtreecommitdiff
path: root/dhall/src/core/thunk.rs
diff options
context:
space:
mode:
authorNadrieril2019-05-09 23:35:08 +0200
committerNadrieril2019-05-09 23:35:08 +0200
commit36bcec6c91d3192b5c84c96af96961ff6b79f0f0 (patch)
treec20025de8e098673ed1f72d750350216b81813dc /dhall/src/core/thunk.rs
parent8644dfec071b56db1552fe46c0700d7124c82b47 (diff)
Merge Type and Typed
Diffstat (limited to 'dhall/src/core/thunk.rs')
-rw-r--r--dhall/src/core/thunk.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall/src/core/thunk.rs b/dhall/src/core/thunk.rs
index 0e4f2d5..c65d70e 100644
--- a/dhall/src/core/thunk.rs
+++ b/dhall/src/core/thunk.rs
@@ -198,7 +198,7 @@ impl TypeThunk {
}
pub fn from_type(t: Type) -> TypeThunk {
- TypeThunk(t.to_typed())
+ TypeThunk(t)
}
pub fn normalize_mut(&mut self) {