You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building verion 0.7 with ghc-9.10, got a number of warnings like:
src/Algebra/Graph/ToGraph.hs:215:30: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ‘~’ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
215 | postIntSet :: ToVertex t ~ Int => Int -> t -> IntSet
The text was updated successfully, but these errors were encountered:
When building verion
0.7
with ghc-9.10, got a number of warnings like:The text was updated successfully, but these errors were encountered: