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