summaryrefslogtreecommitdiff
path: root/dhall/src/error/mod.rs
diff options
context:
space:
mode:
authorNadrieril2019-08-25 17:07:59 +0200
committerNadrieril2019-08-25 17:07:59 +0200
commitf9ec2cdf2803ed92fa404db989b786fc1dfac12e (patch)
treedb78fa542bc27dd36d9705ce910240f8c9f2d405 /dhall/src/error/mod.rs
parent80fb5355ea90377492b9863f632c01a808f8aade (diff)
Enforce type information almost everywhere
Diffstat (limited to 'dhall/src/error/mod.rs')
-rw-r--r--dhall/src/error/mod.rs1
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),