Hoogle Search
Within LTS Haskell 24.42 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
showConstantLaws :: Args -> Boolspeculate Test.Speculate.Args whether to show laws with no variables
-
speculate Test.Speculate.Args repeat constants on output
-
speculate Test.Speculate.Args (intermediary) show counts of equations, inequalities and conditional equations
-
speculate Test.Speculate.Args (advanced) whether to show a Graphviz dotfile with an Ord lattice
-
speculate Test.Speculate.Args whether to show equations
-
speculate Test.Speculate.Args (advanced) whether to show the command line help
showSemiequations :: Args -> Boolspeculate Test.Speculate.Args whether to show inequalties
-
speculate Test.Speculate.Args (debug) whether to show raw theory
-
speculate Test.Speculate.Reason Pretty-prints a theory into a string. (cf. printThy)
-
speculate Test.Speculate.Utils Convert a character to a string using only printable characters, using Haskell source-language escape conventions. For example:
showLitChar '\n' s = "\\n" ++ s