Hoogle Search

Within LTS Haskell 22.20 (ghc-9.6.4)

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

  1. text :: Text -> Inlines

    pandoc-types Text.Pandoc.Builder

    Convert a Text to Inlines, treating interword spaces as Spaces or SoftBreaks. If you want a Str with literal spaces, use str.

  2. str :: Text -> Inlines

    pandoc-types Text.Pandoc.Builder

    No documentation available.

  3. code :: Text -> Inlines

    pandoc-types Text.Pandoc.Builder

    Plain inline code.

  4. math :: Text -> Inlines

    pandoc-types Text.Pandoc.Builder

    Inline math

  5. displayMath :: Text -> Inlines

    pandoc-types Text.Pandoc.Builder

    Display math

  6. terror :: HasCallStack => Text -> a

    haskell-gi Data.GI.CodeGen.Util

    Throw an error with the given Text.

  7. terror :: HasCallStack => Text -> a

    classy-prelude ClassyPrelude

    error applied to Text Since 0.4.1

  8. error :: forall (r :: RuntimeRep) . forall (a :: TYPE r) . HasCallStack => Text -> a

    protolude Protolude.Error

    Warning: error remains in code

  9. panic :: HasCallStack => Text -> a

    protolude Protolude.Panic

    No documentation available.

  10. terror :: HasCallStack => Text -> a

    basic-prelude CorePrelude

    error applied to Text Since 0.4.1

Page 1 of many | Next