summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/unit/IfBranchesNotMatch.txt
blob: b27c37f76243a2e31f095bdb47203a9d8c367ba0 (plain)
1
2
3
4
5
6
Type error: error: IfBranchMismatch
 --> <current file>:1:1
  |
1 | if True then 1 else ""
  | ^^^^^^^^^^^^^^^^^^^^^^ IfBranchMismatch
  |