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