ghc-events

Safe HaskellSafe-Infered

Main

Documentation

main :: IO ()

command :: [[Char]] -> IO ()

die :: String -> IO b

showValidate :: (s -> String) -> (i -> String) -> Either (s, i) s -> String

showProcess :: (Show e, Show a) => Process e a -> String

showIndexed :: (k -> String) -> (v -> String) -> Map k v -> String

showMap :: Ord k => (k -> String) -> (a -> String) -> Map k a -> String