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. renderLazy :: SimpleDocStream ann -> Text

    clash-lib Data.Text.Prettyprint.Doc.Extra

    (renderLazy sdoc) takes the output sdoc from a rendering function and transforms it to lazy text.

    >>> let render = TL.putStrLn . renderLazy . layoutPretty defaultLayoutOptions
    
    >>> let doc = "lorem" <+> align (vsep ["ipsum dolor", parens "foo bar", "sit amet"])
    
    >>> render doc
    lorem ipsum dolor
    (foo bar)
    sit amet
    

  2. fromLazyText :: ToText a => Text -> Either Text a

    rawstring-qm Data.Text.ToText

    No documentation available.

  3. maybeFromLazyText :: ToText a => Text -> Maybe a

    rawstring-qm Data.Text.ToText

    No documentation available.

  4. toLazyText :: ToText a => a -> Text

    rawstring-qm Data.Text.ToText

    No documentation available.

Page 4 of many | Previous | Next