velma-0.2022.2.11: Automatically add files to exposed-modules and other-modules.
Safe HaskellNone
LanguageHaskell2010

Velma

Documentation

overSnd :: (b -> c) -> (a, b) -> (a, c) Source #

maybeRemove :: Eq a => a -> [a] -> Maybe [a] Source #

withDefault :: Foldable t => t a -> t a -> t a Source #

foldTraverse :: (Applicative m, Monoid b, Traversable t) => (a -> m b) -> t a -> m b Source #