bookhound-0.1.2.0: Simple Parser Combinators & Parsers for usual data formats
Safe HaskellSafe-Inferred
LanguageHaskell2010

Utils.Map

Documentation

showMap :: Show a => String -> (String -> String) -> (a -> String) -> Map String a -> [String] Source #