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.
formatToString :: Format String a -> aformatting Formatting Run the formatter and return a list of characters.
formatted :: FromBuilder t => (t -> o) -> Format o a -> aformatting 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"
formatted :: FromBuilder t => (t -> o) -> Format o a -> aformatting 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"
-
formatting Formatting.Internal Run the formatter and return a lazy Text value.
formatToString :: Format String a -> aformatting Formatting.Internal Run the formatter and return a list of characters.
formatHeader :: Header -> Stringhspec-wai Test.Hspec.Wai.Internal No documentation available.
formatHeader :: Header -> Stringhspec-wai Test.Hspec.Wai.Matcher No documentation available.
for_ :: Applicative f => Infinite a -> (a -> f ()) -> f Voidinfinite-list Data.List.Infinite Flipped traverse_.
-
midi Sound.MIDI.Manufacturer No documentation available.
formatExtsDiff :: FlavoredFormat -> ExtensionsDiffpandoc Text.Pandoc.Format No documentation available.