rfc-0.0.0.16: Robert Fischer's Common library

Safe HaskellNone
LanguageHaskell2010

RFC.Prelude

Documentation

uniq :: Eq a => [a] -> [a] Source #

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

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

safeHead :: [a] -> Maybe a Source #

module Text.Read