From 8abb6c24cd26b64d708a74faaa28cc9294dc3466 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Sun, 9 Feb 2020 17:47:58 +0000 Subject: Move ui outputs to a sensible place --- .../type-errors/unit/MergeHandlerNotMatchAlternativeType.txt | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 dhall/tests/type-errors/unit/MergeHandlerNotMatchAlternativeType.txt (limited to 'dhall/tests/type-errors/unit/MergeHandlerNotMatchAlternativeType.txt') diff --git a/dhall/tests/type-errors/unit/MergeHandlerNotMatchAlternativeType.txt b/dhall/tests/type-errors/unit/MergeHandlerNotMatchAlternativeType.txt deleted file mode 100644 index c2229bd..0000000 --- a/dhall/tests/type-errors/unit/MergeHandlerNotMatchAlternativeType.txt +++ /dev/null @@ -1,8 +0,0 @@ -Type error: error: Wrong handler input type - --> :1:0 - | -1 | merge { x = λ(_ : Bool) → _ } (< x : Natural >.x 1) - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this merge expression - | ^^^^^^^^^^^^^^^^^^^^^^^ the handler for `x` expects a value of type: `Bool` - | ^^^^^^^^^^^^^^^^^^^ but the corresponding variant has type: `Natural` - | -- cgit v1.2.3