diff options
author | Nadrieril | 2019-05-09 23:35:08 +0200 |
---|---|---|
committer | Nadrieril | 2019-05-09 23:35:08 +0200 |
commit | 36bcec6c91d3192b5c84c96af96961ff6b79f0f0 (patch) | |
tree | c20025de8e098673ed1f72d750350216b81813dc /dhall/src/core | |
parent | 8644dfec071b56db1552fe46c0700d7124c82b47 (diff) |
Merge Type and Typed
Diffstat (limited to 'dhall/src/core')
-rw-r--r-- | dhall/src/core/thunk.rs | 2 |
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) { |