Feldspar.Utils
Description
General utility functions
Documentation
showSeq :: String -> [String] -> String -> StringSource
showSeq open strs close:
Shows the strings strs separated by commas and enclosed within the open
and close strings.
(!!!) :: Ord a => Map a [b] -> a -> [b]Source
A Map lookup that treats undefined keys as mapping to empty lists.