summaryrefslogtreecommitdiff
path: root/dhall/tests/type-errors/unit/OptionalDeprecatedSyntaxPresent.txt
diff options
context:
space:
mode:
authorNadrieril2019-12-24 18:10:12 +0000
committerNadrieril2019-12-24 18:10:12 +0000
commitf22eb87b7a7aeccfa556dcdb56148e89cee023db (patch)
tree251c73e4400fedcb6cb8bc67f30d694ab33a74ef /dhall/tests/type-errors/unit/OptionalDeprecatedSyntaxPresent.txt
parent12d6a22c7dcdc0cb6e169b082b4553caec0e6027 (diff)
Add debug output to unhandled type error message
Diffstat (limited to 'dhall/tests/type-errors/unit/OptionalDeprecatedSyntaxPresent.txt')
-rw-r--r--dhall/tests/type-errors/unit/OptionalDeprecatedSyntaxPresent.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall/tests/type-errors/unit/OptionalDeprecatedSyntaxPresent.txt b/dhall/tests/type-errors/unit/OptionalDeprecatedSyntaxPresent.txt
index 4b68fea..99df27c 100644
--- a/dhall/tests/type-errors/unit/OptionalDeprecatedSyntaxPresent.txt
+++ b/dhall/tests/type-errors/unit/OptionalDeprecatedSyntaxPresent.txt
@@ -1 +1 @@
-Type error: Unhandled error
+Type error: Unhandled error: AnnotMismatch(Value@Unevaled { value: PartialExpr(NEListLit([Value@Unevaled { value: PartialExpr(NaturalLit(1)), type: Value@Unevaled { value: AppliedBuiltin(Natural, []), type: Type } }])), type: Value@WHNF { value: AppliedBuiltin(List, [Value@Unevaled { value: AppliedBuiltin(Natural, []), type: Type }]), type: Type } }, Value@WHNF { value: AppliedBuiltin(Optional, [Value@Unevaled { value: AppliedBuiltin(Natural, []), type: Type }]), type: Type })