summaryrefslogtreecommitdiff
path: root/dhall/tests/type-errors/unit/RecursiveRecordTypeMergeRhsNotRecordType.txt
diff options
context:
space:
mode:
authorNadrieril2019-11-11 09:44:24 +0000
committerNadrieril2019-11-11 13:50:36 +0000
commit70263bb4535c40ffa73548e3f0b4b574a856d764 (patch)
tree3fe0034cb0f4eae737b82edec8139f518ed22ef8 /dhall/tests/type-errors/unit/RecursiveRecordTypeMergeRhsNotRecordType.txt
parentf58ff637c8d53af1fcee43bfba5a9f8de799084c (diff)
Test type error messages
Diffstat (limited to 'dhall/tests/type-errors/unit/RecursiveRecordTypeMergeRhsNotRecordType.txt')
-rw-r--r--dhall/tests/type-errors/unit/RecursiveRecordTypeMergeRhsNotRecordType.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/dhall/tests/type-errors/unit/RecursiveRecordTypeMergeRhsNotRecordType.txt b/dhall/tests/type-errors/unit/RecursiveRecordTypeMergeRhsNotRecordType.txt
new file mode 100644
index 0000000..2cde255
--- /dev/null
+++ b/dhall/tests/type-errors/unit/RecursiveRecordTypeMergeRhsNotRecordType.txt
@@ -0,0 +1 @@
+TypeError { type_message: RecordTypeMergeRequiresRecordType(Value@WHNF { value: AppliedBuiltin(Bool, []), type: Type }), context: TypecheckContext([]) }