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