summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/unit/WithNotRecord.txt
diff options
context:
space:
mode:
authorBasile Henry2020-11-01 22:46:35 +0100
committerBasile Henry2020-11-01 22:47:14 +0100
commit6987b275e4bf5f545d823d186ce08a2fe9a3eb44 (patch)
tree89aebd296ca2ee4cf4e2bd05755b1a3bee2e2856 /dhall/tests/type-inference/failure/unit/WithNotRecord.txt
parent34d92560a0a2124e5eadea4832795874505b6cc5 (diff)
Implement type checking for With op
Diffstat (limited to '')
-rw-r--r--dhall/tests/type-inference/failure/unit/WithNotRecord.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/dhall/tests/type-inference/failure/unit/WithNotRecord.txt b/dhall/tests/type-inference/failure/unit/WithNotRecord.txt
index 8574e48..cd76485 100644
--- a/dhall/tests/type-inference/failure/unit/WithNotRecord.txt
+++ b/dhall/tests/type-inference/failure/unit/WithNotRecord.txt
@@ -1,6 +1,6 @@
-Type error: error: MustCombineRecord
+Type error: error: WithMustBeRecord
--> <current file>:1:1
|
1 | 5 with a = 10
- | ^^^^^^^^^^^^^ MustCombineRecord
+ | ^^^^^^^^^^^^^ WithMustBeRecord
|