Safe Haskell | Safe-Infered |
---|
Documentation
colorStrLn :: Moods -> String -> IO ()Source
startPhase :: Moods -> [Char] -> IO ()Source
unIntersperse :: Eq t => t -> [t] -> [[t]]Source
findWithDefaultL :: (a -> Bool) -> [a] -> a -> aSource
tr_reverse :: [a] -> [a]Source
safeZipWith :: [Char] -> (a -> b -> c) -> [a] -> [b] -> [c]Source
safeUnion :: (Eq k, Show k, Hashable k) => [Char] -> HashMap k v -> HashMap k v -> HashMap k vSource
chopPrefix :: Eq a => [a] -> [a] -> Maybe [a]Source
stripParens :: [Char] -> [Char]Source
stripParens' :: [Char] -> [Char]Source
checkExitCode :: Monad m => [Char] -> ExitCode -> m ()Source
hashMapToAscList :: Ord a => HashMap a b -> [(a, b)]Source
hashMapMapWithKey :: (k -> v1 -> v2) -> HashMap k v1 -> HashMap k v2Source
hashMapMapKeys :: (Eq k, Hashable k) => (t -> k) -> HashMap t v -> HashMap k vSource
applyNonNull :: t -> ([t1] -> t) -> [t1] -> tSource