src/WithIndex.hs:264:27: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
• The ‘~’ operator is out of scope.
Assuming it to stand for an equality constraint.
• NB: ‘~’ used to be built-in syntax but now is a regular type operator
exported from Data.Type.Equality and Prelude.
If you are using a custom Prelude, consider re-exporting it.
• This will become an error in a future GHC release.
|
264 | default itraverse :: (i ~ Int, Applicative f) => (i -> a -> f b) -> t a -> f (t b)
|