Hoogle Search

Within LTS Haskell 24.37 (ghc-9.10.3)

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

  1. printRealPrec :: SMTConfig -> Int

    sbv Data.SBV.Internals

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

  2. printBase :: SMTConfig -> Int

    sbv Data.SBV.Trans

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

  3. printRealPrec :: SMTConfig -> Int

    sbv Data.SBV.Trans

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

  4. 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.

  5. printFreqSumStdOut :: forall (m :: Type -> Type) . MonadIO m => FreqSumHeader -> Consumer FreqSumEntry m ()

    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.

  6. printVCFtoStdOut :: forall (m :: Type -> Type) . MonadIO m => VCFheader -> Consumer VCFentry m ()

    sequence-formats SequenceFormats.VCF

    No documentation available.

  7. printable :: forall (m :: Type -> Type) . Monad m => Parser Char m Char

    streamly-core Streamly.Internal.Unicode.Parser

    Match any character that satisfies isPrint

  8. printable :: forall (m :: Type -> Type) . Monad m => Parser Char m Char

    streamly-core Streamly.Unicode.Parser

    Match any character that satisfies isPrint

  9. printProcResult :: (ExitCode, Text, Text) -> Text

    tasty-silver Test.Tasty.Silver

    Converts the output of a process produced by e.g. System.Process.Text to a textual representation. Stdout/stderr are written seperately, any ordering relation between the two streams is lost in the translation.

  10. printable :: Printable -> Char

    testing-type-modifiers Data.Modifiers

    No documentation available.

Page 74 of many | Previous | Next