lame-tester-1.2: A strange and unnecessary selective test-running library

Safe HaskellSafe-Inferred
LanguageHaskell2010

Tester.Dialect

Documentation

data FlagCell Source

Constructors

ToggleCell 

Fields

flag :: ToggleFlag
 
DontRun 

Fields

num :: Int
 
Run 

Fields

num :: Int
 

data FlagCells Source

Constructors

FlagCells 

Fields

cells :: [FlagCell]
 

andAlso :: (CellBox a, CellBox b) => a -> b -> FlagCells infixl 2 Source

butAlso :: (CellBox a, CellBox b) => a -> b -> FlagCells infixl 2 Source

excludingTo :: Int -> Int -> FlagCells infixl 6 Source

runningTo :: Int -> Int -> FlagCells infixl 6 Source