summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail220.stderr
blob: d78fa6d83e8efbde71006c617a292610c50de89f (plain)
1
2
3
4
5
6
7
8
9
[1 of 1] Compiling ShouldFail[sig of Prelude] ( tcfail220.hsig, nothing )

tcfail220.hsig:4:1: error:
    Type constructor ‘Either’ has conflicting definitions in the module
    and its hsig file
    Main module: data Either a b = Left a | Right b
    Hsig file:  type role Either representational phantom phantom
                data Either a b c = Left a
    The types have different kinds