blob: b9370e0bb2095d3692c284930bce72e39822d09e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
StarBinder.hs:6:14: warning: [GHC-21887] [-Wstar-binder (in -Wdefault)]
Found binding occurrence of ‘*’ yet StarIsType is enabled.
Suggested fix:
To use (or export) this operator in modules with StarIsType,
including the definition module, you must qualify it.
StarBinder.hs:6:30: warning: [GHC-21887] [-Wstar-binder (in -Wdefault)]
Found binding occurrence of ‘*’ yet StarIsType is enabled.
Suggested fix:
To use (or export) this operator in modules with StarIsType,
including the definition module, you must qualify it.
|