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