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