• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within Stackage Nightly 2025-10-07 (ghc-9.12.2)

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

  1. proseToText :: Prose -> Text

    string-variants Data.StringVariants.Prose

    No documentation available.

  2. proseToText :: Prose -> Text

    string-variants Data.StringVariants.Prose.Internal

    No documentation available.

  3. type FileOffset = COff

    tar-conduit Data.Conduit.Tar.Types

    No documentation available.

  4. headerOffset :: Header -> !FileOffset

    tar-conduit Data.Conduit.Tar.Types

    No documentation available.

  5. headerPayloadOffset :: Header -> !FileOffset

    tar-conduit Data.Conduit.Tar.Types

    No documentation available.

  6. parseT :: forall e a . (Parse a, Textual e) => Text -> Either e a

    ttc Data.TTC

    Parse from strict Text

  7. parseTL :: forall e a . (Parse a, Textual e) => Text -> Either e a

    ttc Data.TTC

    Parse from lazy Text

  8. parseTLB :: forall e a . (Parse a, Textual e) => Builder -> Either e a

    ttc Data.TTC

    Parse from a Text Builder

  9. type family Subset (as :: [k]) (bs :: [k])

    units Data.Metrology

    Is one list a subset of the other?

  10. type family Subset (as :: [k]) (bs :: [k])

    units Data.Metrology.Set

    Is one list a subset of the other?

Page 155 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete