summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/should_compile/StarBinder.stderr
blob: 2dbcf0e8005fbcc958e10ae892eb938555afb12e (plain)
1
2
3
4
5
6
7
8
9
10

StarBinder.hs:5:14: warning: [-Wstar-binder (in -Wdefault)]
    Found binding occurrence of ‘*’ yet StarIsType is enabled.
    NB. To use (or export) this operator in modules with StarIsType,
        including the definition module, you must qualify it.

StarBinder.hs:5:30: warning: [-Wstar-binder (in -Wdefault)]
    Found binding occurrence of ‘*’ yet StarIsType is enabled.
    NB. To use (or export) this operator in modules with StarIsType,
        including the definition module, you must qualify it.