Data.Constraint.Forall
type family Forall (p :: k -> Constraint) :: Constraint
inst
type family ForallF (p :: k2 -> Constraint) (f :: k1 -> k2) :: Constraint
instF
type Forall1 p
inst1
type family ForallT (p :: k3 -> Constraint) (t :: k1 -> k2 -> k3) :: Constraint
instT