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
src/Polysemy/Tagged.hs:1:1: error:
• Could not deduce: Polysemy.Internal.Union.IndexOf
r (Polysemy.Internal.Union.Found r (Tagged k20 e))
~ Tagged k20 e
arising from a use of ‘retag’
from the context: Member (Tagged k5 e) r
bound by the type signature for:
retag__Loopbreaker_a1VWm :: forall k k3 (k4 :: k) (k5 :: k3)
(e :: (* -> *) -> * -> *)
(r :: [(* -> *) -> * -> *]) a.
Member (Tagged k5 e) r =>
Sem (Tagged k4 e : r) a -> Sem r a
at src/Polysemy/Tagged.hs:1:1
The type variable ‘k20’ is ambiguous
• In the expression: retag
In an equation for ‘retag__Loopbreaker_a1VWm’:
retag__Loopbreaker_a1VWm = retag
• Relevant bindings include
retag__Loopbreaker :: Sem (Tagged k4 e : r) a -> Sem r a
(bound at <no location info>)
for retag:
This is a pretty high priority bug!
The text was updated successfully, but these errors were encountered: