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

StarBinder.hs:6: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:6: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.