cmdargs

Safe HaskellSafe-Infered

System.Console.CmdArgs.Test.Util

Documentation

hpc :: a -> b -> b

data Demo

Constructors

forall a . Typeable a => Demo (a -> IO ()) a 

newDemo :: Typeable a => (a -> IO ()) -> Mode a -> Mode Demo