definitive-base-2.6.3: A small Prelude wrapper to simplify my own Haskell developments
Definitive
Contents
module Definitive.Base
module Data.Containers
module Data.Containers.Sequence
trace :: String -> a -> a Source #
tracing :: (a -> String) -> a -> a Source #
trace2 :: String -> String -> a -> a Source #
mtrace :: Unit f => String -> f () Source #
debug :: Show a => a -> a Source #
cli :: String -> ((?cliargs :: [String], ?programName :: String) => IO a) -> IO a Source #
Methods
showsPrec :: Int -> (f :.: g) a -> ShowS #
show :: (f :.: g) a -> String #
showList :: [(f :.: g) a] -> ShowS #