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