summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T12042.stderr
blob: ae3cf33ea789a345651fb6b339a23366bfe95014 (plain)
1
2
3
4
5
6
7
8
9
10
11
[1 of 3] Compiling T12042[boot]     ( T12042.hs-boot, T12042.o-boot )
[2 of 3] Compiling T12042a          ( T12042a.hs, T12042a.o )
[3 of 3] Compiling T12042           ( T12042.hs, T12042.o )

T12042.hs-boot:2:1: error:
    Type constructor ā€˜Sā€™ has conflicting definitions in the module
    and its hs-boot file
    Main module: type S :: *
                 type S = R
    Boot file:   type S :: *
                 data S