| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
Napkin.Run.Effects.Hooks.Types
Documentation
data CountTolerance #
Constructors
| Absolute Scientific | |
| Relative Scientific |
Instances
| Show CountTolerance # | |
Defined in Napkin.Run.Effects.Hooks.Types Methods showsPrec :: Int -> CountTolerance -> ShowS # show :: CountTolerance -> String # showList :: [CountTolerance] -> ShowS # | |
| Eq CountTolerance # | |
Defined in Napkin.Run.Effects.Hooks.Types Methods (==) :: CountTolerance -> CountTolerance -> Bool # (/=) :: CountTolerance -> CountTolerance -> Bool # | |
data CompareCount #
Instances
| Show CompareCount # | |
Defined in Napkin.Run.Effects.Hooks.Types Methods showsPrec :: Int -> CompareCount -> ShowS # show :: CompareCount -> String # showList :: [CompareCount] -> ShowS # | |
| Eq CompareCount # | |
Defined in Napkin.Run.Effects.Hooks.Types | |
pattern ApproxEqualRelative :: Scientific -> CompareCount #
pattern ApproxEqualAbsolute :: Scientific -> CompareCount #
compareCount :: Real a => CompareCount -> a -> a -> Bool #
displayCompareCount :: CompareCount -> Text #
type PredicateSExp = SExp #
Constructors
| FromToRange a a | |
| ValuesList [a] |