summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/mixedUnions.txt
blob: a6ca913d1804342fe35e2ff45f7114fe3c6cf9d6 (plain)
1
2
3
4
5
6
Type error: error: InvalidFieldType
 --> <current file>:1:1
  |
1 | < Left : Natural | Right : Type >
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ InvalidFieldType
  |