Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. formatToString :: Format String a -> a

    formatting Formatting

    Run the formatter and return a list of characters.

  2. formatted :: FromBuilder t => (t -> o) -> Format o a -> a

    formatting Formatting

    Makes it easy to add formatting to any api that is expecting a builder, a strict or lazy text, or a string. It is essentially (flip runFormat), but with a more generous type due to the typeclass. For example: >>> formatted TL.putStr ("x is: " % int % "n") 7 x is: 7 >>> formatted T.putStr ("x is: " % int % "n") 7 x is: 7 >>> formatted (id TL.Text) ("x is: " % int % "n") 7 "x is: 7n" >>> formatted (id T.Text) ("x is: " % int % "n") 7 "x is: 7n"

  3. formatted :: FromBuilder t => (t -> o) -> Format o a -> a

    formatting Formatting.FromBuilder

    Makes it easy to add formatting to any api that is expecting a builder, a strict or lazy text, or a string. It is essentially (flip runFormat), but with a more generous type due to the typeclass. For example: >>> formatted TL.putStr ("x is: " % int % "n") 7 x is: 7 >>> formatted T.putStr ("x is: " % int % "n") 7 x is: 7 >>> formatted (id TL.Text) ("x is: " % int % "n") 7 "x is: 7n" >>> formatted (id T.Text) ("x is: " % int % "n") 7 "x is: 7n"

  4. format :: Format Text a -> a

    formatting Formatting.Internal

    Run the formatter and return a lazy Text value.

  5. formatToString :: Format String a -> a

    formatting Formatting.Internal

    Run the formatter and return a list of characters.

  6. formatHeader :: Header -> String

    hspec-wai Test.Hspec.Wai.Internal

    No documentation available.

  7. formatHeader :: Header -> String

    hspec-wai Test.Hspec.Wai.Matcher

    No documentation available.

  8. for_ :: Applicative f => Infinite a -> (a -> f ()) -> f Void

    infinite-list Data.List.Infinite

    Flipped traverse_.

  9. forefront :: T

    midi Sound.MIDI.Manufacturer

    No documentation available.

  10. formatExtsDiff :: FlavoredFormat -> ExtensionsDiff

    pandoc Text.Pandoc.Format

    No documentation available.

Page 55 of many | Previous | Next