2019-01-10 08:15:34 +01:00
|
|
|
module GEval.BlackBoxDebugging
|
|
|
|
(BlackBoxDebuggingOptions(..))
|
|
|
|
where
|
|
|
|
|
|
|
|
data BlackBoxDebuggingOptions = BlackBoxDebuggingOptions {
|
2019-01-10 09:58:04 +01:00
|
|
|
bbdoMinFrequency :: Integer,
|
|
|
|
bbdoWordShapes :: Bool
|
2019-01-10 08:15:34 +01:00
|
|
|
}
|