Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
sbv Data.SBV Print integral literals in this base (2, 10, and 16 are supported.)
printRealPrec :: SMTConfig -> Intsbv Data.SBV Print algebraic real values with this precision. (SReal, default: 16)
-
sbv Data.SBV.Dynamic Print integral literals in this base (2, 10, and 16 are supported.)
printRealPrec :: SMTConfig -> Intsbv Data.SBV.Dynamic Print algebraic real values with this precision. (SReal, default: 16)
-
sbv Data.SBV.Internals Print integral literals in this base (2, 10, and 16 are supported.)
printRealPrec :: SMTConfig -> Intsbv Data.SBV.Internals Print algebraic real values with this precision. (SReal, default: 16)
-
sbv Data.SBV.Trans Print integral literals in this base (2, 10, and 16 are supported.)
printRealPrec :: SMTConfig -> Intsbv Data.SBV.Trans Print algebraic real values with this precision. (SReal, default: 16)
-
sequence-formats SequenceFormats.FreqSum A function that writes a freqSum file. Expects the FilePath and the freqSum header as arguments, and then returns a Consumer that accepts freqSum entries.
-
sequence-formats SequenceFormats.FreqSum A function to write freqSum data to StdOut. Expects the freqSum header as argument, and then returns a Consumer that accepts freqSum entries.