Bookhound.Utils.Foldable
hasNone :: Foldable m => m a -> Bool Source #
hasSome :: Foldable m => m a -> Bool Source #
hasMultiple :: Foldable m => m a -> Bool Source #
stringify :: Foldable m => String -> String -> String -> Int -> m String -> String Source #
findJust :: Foldable t => t (Maybe a) -> Maybe a Source #