Module

Bookhound.Utils.Foldable

Package
purescript-bookhound
Repository
albertprz/purescript-bookhound

#hasNone Source

hasNone :: forall a t. Foldable t => t a -> Boolean

#hasSome Source

hasSome :: forall a t. Foldable t => t a -> Boolean

#hasMultiple Source

hasMultiple :: forall a t. Foldable t => t a -> Boolean

#findJust Source

findJust :: forall a t. Foldable t => t (Maybe a) -> Maybe a

#stringify Source

stringify :: forall t. Foldable t => String -> String -> String -> Int -> t String -> String