maybench-0.2.4.1: Automated benchmarking toolSource codeContentsIndex
Test.Maybench.Command
Documentation
data Command Source
Constructors
Cmd
cmdName :: String
cmdArgs :: [String]
cmdInput :: String
show/hide Instances
updateCmdName :: (String -> String) -> Command -> CommandSource
updateCmdInput :: (String -> String) -> Command -> CommandSource
updateCmdArgs :: ([String] -> [String]) -> Command -> CommandSource
addArg :: String -> Command -> CommandSource
addArgs :: [String] -> Command -> CommandSource
class Monad m => CommandModifierClass m mod whereSource
Methods
modifyCmd :: mod -> m (Command -> Command)Source
show/hide Instances
data CommandModifier m whereSource
Constructors
Nop :: CommandModifier m
CmdMod :: (Monad m, CommandModifierClass m mod) => CommandModifier m -> mod -> CommandModifier m
show/hide Instances
(<@>) :: (Monad m, CommandModifierClass m mod) => CommandModifier m -> mod -> CommandModifier mSource
Produced by Haddock version 2.3.0