diff options
author | Nadrieril | 2019-08-25 17:07:59 +0200 |
---|---|---|
committer | Nadrieril | 2019-08-25 17:07:59 +0200 |
commit | f9ec2cdf2803ed92fa404db989b786fc1dfac12e (patch) | |
tree | db78fa542bc27dd36d9705ce910240f8c9f2d405 /dhall/src/error | |
parent | 80fb5355ea90377492b9863f632c01a808f8aade (diff) |
Enforce type information almost everywhere
Diffstat (limited to '')
-rw-r--r-- | dhall/src/error/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dhall/src/error/mod.rs b/dhall/src/error/mod.rs index 13a9d7e..2ddaf3d 100644 --- a/dhall/src/error/mod.rs +++ b/dhall/src/error/mod.rs @@ -54,7 +54,6 @@ pub(crate) enum TypeMessage { NotAFunction(Value), TypeMismatch(Value, Value, Value), AnnotMismatch(Value, Value), - Untyped, InvalidListElement(usize, Value, Value), InvalidListType(Value), InvalidOptionalType(Value), |