definitive-base-1.2: The base modules of the Definitive framework.

Safe HaskellNone

Definitive

Documentation

trace :: String -> a -> aSource

trace2 :: String -> String -> a -> aSource

mtrace :: Unit f => String -> f ()Source

debug :: Show a => a -> aSource

cli :: String -> (([cliargs :: [String]], [progName :: String]) => IO a) -> IO aSource