geval/src/GEval/BlackBoxDebugging.hs

9 lines
190 B
Haskell
Raw Normal View History

module GEval.BlackBoxDebugging
(BlackBoxDebuggingOptions(..))
where
data BlackBoxDebuggingOptions = BlackBoxDebuggingOptions {
bbdoMinFrequency :: Integer,
bbdoWordShapes :: Bool
}