Hoogle Search

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

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

  1. parseTime :: Parser [Component]

    postgresql-simple-interval Database.PostgreSQL.Simple.Interval.Unstable

    No documentation available.

  2. type family Subset (r1 :: Row k) (r2 :: Row k)

    row-types Data.Row

    Is the first row a subset of the second? Or, does the second row contain every binding that the first one does?

  3. type family Subset (r1 :: Row k) (r2 :: Row k)

    row-types Data.Row.Internal

    Is the first row a subset of the second? Or, does the second row contain every binding that the first one does?

  4. type family Subset (r1 :: Row k) (r2 :: Row k)

    row-types Data.Row.Records

    Is the first row a subset of the second? Or, does the second row contain every binding that the first one does?

  5. eraseToHashMap :: forall c (r :: Row Type) s b . (IsString s, Eq s, Hashable s, Forall r c) => (forall a . c a => a -> b) -> Rec r -> HashMap s b

    row-types Data.Row.Records

    Turns a record into a HashMap from values representing the labels to the values of the record.

  6. type family Subset (r1 :: Row k) (r2 :: Row k)

    row-types Data.Row.Variants

    Is the first row a subset of the second? Or, does the second row contain every binding that the first one does?

  7. variationsSetAxis :: FontDescriptionAxis a => a -> Variations -> Variations

    simple-pango Data.Font.VariationAxis

    No documentation available.

  8. variationsSetAxis :: FontDescriptionAxis a => a -> Variations -> Variations

    simple-pango Data.Font.VariationAxis.Internal

    No documentation available.

  9. type Offset = Int

    store-core Data.Store.Core

    How far into the given Ptr to look

  10. toIntSet :: forall (m :: Type -> Type) . Monad m => Fold m Int IntSet

    streamly-core Streamly.Data.Fold

    Fold the input to an int set. For integer inputs this performs better than toSet. Definition:

    >>> toIntSet = Fold.foldl' (flip IntSet.insert) IntSet.empty
    

Page 153 of many | Previous | Next