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