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