Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. printChart :: Show a => Bool -> (ChartOptions -> IO Bool) -> a -> IO ()

    prettychart Prettychart.Server

    Print a chart supplying a ChartOptions consumer, and a showable thing that may be chartable. The first argument flags whether to also print the item to stdout.

  2. printBase :: SMTConfig -> Int

    sbv Data.SBV

    Print integral literals in this base (2, 10, and 16 are supported.)

  3. printRealPrec :: SMTConfig -> Int

    sbv Data.SBV

    Print algebraic real values with this precision. (SReal, default: 16)

  4. printBase :: SMTConfig -> Int

    sbv Data.SBV.Dynamic

    Print integral literals in this base (2, 10, and 16 are supported.)

  5. printRealPrec :: SMTConfig -> Int

    sbv Data.SBV.Dynamic

    Print algebraic real values with this precision. (SReal, default: 16)

  6. printBase :: SMTConfig -> Int

    sbv Data.SBV.Internals

    Print integral literals in this base (2, 10, and 16 are supported.)

  7. printRealPrec :: SMTConfig -> Int

    sbv Data.SBV.Internals

    Print algebraic real values with this precision. (SReal, default: 16)

  8. printBase :: SMTConfig -> Int

    sbv Data.SBV.Trans

    Print integral literals in this base (2, 10, and 16 are supported.)

  9. printRealPrec :: SMTConfig -> Int

    sbv Data.SBV.Trans

    Print algebraic real values with this precision. (SReal, default: 16)

  10. printFreqSumFile :: forall (m :: Type -> Type) . MonadSafe m => FilePath -> FreqSumHeader -> Consumer FreqSumEntry m ()

    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.

Page 52 of many | Previous | Next