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
{-# LANGUAGE LiberalTypeSynonyms #-}
test::"arg":! (foralla.fa->ga) ->fb->gb
test x = x
complains with
• Illegal polymorphic type: forall a. f a -> g a
GHC doesn't yet support impredicative polymorphism
• In the type signature:
test :: "arg" :! (forall a. f a -> g a) -> f b -> g b
|
| test :: "arg" :! (forall a. f a -> g a) -> f b -> g b
The text was updated successfully, but these errors were encountered:
complains with
The text was updated successfully, but these errors were encountered: