maybench-0.2.3.1: Automated benchmarking tool

Test.Maybench.Command

Documentation

data Command Source

Constructors

Cmd 

data CommandModifier m whereSource

Constructors

Nop :: CommandModifier m 
CmdMod :: (Monad m, CommandModifierClass m mod) => CommandModifier m -> mod -> CommandModifier m