Hoogle Search

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

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

  1. minSet :: Minima a -> Set a

    partialord Data.PartialOrd

    No documentation available.

  2. getOffset :: Get Int

    persist Data.Persist.Internal

    No documentation available.

  3. genericFieldOffsets :: (Generic a, GFieldWidthList (Rep a)) => ProductConst (Array Int Int) a

    persistable-record Database.Record.Persistable

    Generic offset array of record fields.

  4. columnOffsetsVarNameDefault :: Name -> VarName

    persistable-record Database.Record.TH

    Variable expression of record column offset array.

  5. defineColumnOffsets :: ConName -> Q [Dec]

    persistable-record Database.Record.TH

    Column offset array definition.

  6. parseTime :: Parser [Component]

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

    No documentation available.

  7. 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?

  8. 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?

  9. 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?

  10. 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.

Page 153 of many | Previous | Next