summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/unit/UnionConstructorFieldNotPresent.txt
blob: 562e03caaa7705f94ec78b3875d5da947348f360 (plain)
1
2
3
4
5
6
Type error: error: MissingUnionField
 --> <current file>:1:1
  |
1 | < x : Bool >.y
  | ^^^^^^^^^^^^^^ MissingUnionField
  |