From 711ad900153aedb7b35896c0705c932972edded2 Mon Sep 17 00:00:00 2001 From: Basile Henry Date: Fri, 27 Nov 2020 23:08:14 +0100 Subject: If can return a type --- .../type-inference/failure/unit/IfBranchesNotTermTypeOrKind.txt | 4 ++-- dhall/tests/type-inference/failure/unit/IfBranchesNotType.txt | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 dhall/tests/type-inference/failure/unit/IfBranchesNotType.txt (limited to 'dhall/tests') diff --git a/dhall/tests/type-inference/failure/unit/IfBranchesNotTermTypeOrKind.txt b/dhall/tests/type-inference/failure/unit/IfBranchesNotTermTypeOrKind.txt index 8b46d1f..4023128 100644 --- a/dhall/tests/type-inference/failure/unit/IfBranchesNotTermTypeOrKind.txt +++ b/dhall/tests/type-inference/failure/unit/IfBranchesNotTermTypeOrKind.txt @@ -1,6 +1,6 @@ -Type error: error: IfBranchMustBeTerm +Type error: error: IfBranchMustBeTermTypeOrKind --> :1:1 | 1 | if True then Kind else Kind - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ IfBranchMustBeTerm + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ IfBranchMustBeTermTypeOrKind | diff --git a/dhall/tests/type-inference/failure/unit/IfBranchesNotType.txt b/dhall/tests/type-inference/failure/unit/IfBranchesNotType.txt deleted file mode 100644 index 4c9ec28..0000000 --- a/dhall/tests/type-inference/failure/unit/IfBranchesNotType.txt +++ /dev/null @@ -1,6 +0,0 @@ -Type error: error: IfBranchMustBeTerm - --> :1:1 - | -1 | if True then Type else Type - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ IfBranchMustBeTerm - | -- cgit v1.2.3