Data.HeteroParList.Constrained
data PL c (t :: k -> Type) (ss :: [k]) where Source #
Constructors
Defined in Data.HeteroParList.Constrained
Methods
showsPrec :: Int -> PL c t (s ': ss) -> ShowS #
show :: PL c t (s ': ss) -> String #
showList :: [PL c t (s ': ss)] -> ShowS #
showsPrec :: Int -> PL c t '[] -> ShowS #
show :: PL c t '[] -> String #
showList :: [PL c t '[]] -> ShowS #
null :: PL c t ss -> Bool Source #