microformats2-parser-1.0.1.6: A Microformats 2 parser.

Safe HaskellSafe
LanguageHaskell2010

Data.Microformats2.Parser.Util

Documentation

if' :: Bool -> Maybe a -> Maybe a Source #

listToMaybeList :: [α] -> Maybe [α] Source #

groupBy' :: Ord β => (α -> β) -> [α] -> [(β, [α])] Source #

expandSnd :: Foldable φ => φ ([α], β) -> [(α, β)] Source #

mergeProps :: (τ, [(α, Value)]) -> (τ, Value) Source #