Hoogle Search

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

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

  1. module Rebase.Data.HashSet

    No documentation available.

  2. module Rebase.Data.IntSet

    No documentation available.

  3. peekSet :: (IsSet t, Store (Element t)) => Peek t

    store Data.Store.Internal

    Implement peek for an IsSequence of Store instances.

  4. pokeSet :: (IsSet t, Store (Element t)) => t -> Poke ()

    store Data.Store.Internal

    Implement poke for an IsSequence of Store instances.

  5. sizeSet :: (IsSet t, Store (Element t)) => Size t

    store Data.Store.Internal

    Implement size for an IsSet of Store instances.

  6. parseTimeRFC2822 :: TextualMonoid t => t -> Maybe ZonedTime

    timerep Data.Time.RFC2822

    No documentation available.

  7. parseTimeRFC3339 :: TextualMonoid t => t -> Maybe ZonedTime

    timerep Data.Time.RFC3339

    No documentation available.

  8. parseTimeRFC822 :: TextualMonoid t => t -> Maybe ZonedTime

    timerep Data.Time.RFC822

    No documentation available.

  9. defaultSettings :: Text -> Settings

    bugsnag Data.Bugsnag.Settings

    No documentation available.

  10. module Data.CharSet

    A CharSet is an efficient representation of a set of Char values designed for fast membership tests. As an example build isAlpha will create a set of alphabetic characters. We can then use member on the generated set to efficiently test if a given Char represents an alphabetic character. Designed to be imported qualified:

    import Data.CharSet (CharSet)
    import qualified Data.CharSet as CharSet
    

Page 128 of many | Previous | Next