summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/unit/UnionDeprecatedConstructorsKeyword.txt
blob: 91fb96ddf37eea644963050438801ca204e0e503 (plain)
1
2
3
4
5
6
Type error: error: unbound variable `constructors`
 --> <current file>:1:0
  |
1 | constructors < Left : Natural | Right : Bool >
  | ^^^^^^^^^^^^ not found in this scope
  |