summaryrefslogtreecommitdiff
path: root/dhall/tests/type-errors/unit/MergeHandlerNotMatchAlternativeType.txt
blob: faca63a8c621ba609c97cc7d484e00d3e480d5e8 (plain)
1
2
3
4
5
6
7
8
Type error: Unhandled error: error: Wrong handler input type
 --> <current file>: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`
  |