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

Safe HaskellSafe
LanguageHaskell2010

Tester.Dialect

Documentation

class CellBox x where Source #

Minimal complete definition

unbox

Methods

unbox :: x -> [FlagCell] Source #

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 #