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. getOffset :: Get Int

    persist Data.Persist.Internal

    No documentation available.

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

    persistable-record Database.Record.Persistable

    Generic offset array of record fields.

  3. columnOffsetsVarNameDefault :: Name -> VarName

    persistable-record Database.Record.TH

    Variable expression of record column offset array.

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

    persistable-record Database.Record.TH

    Column offset array definition.

  5. parseTime :: Parser [Component]

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

    No documentation available.

  6. eraseTypes :: forall (ins :: [Type]) (out :: [Type]) . Registry ins out -> Registry '[ERASED_TYPES] '[ERASED_TYPES]

    registry Data.Registry.Registry

    Remove the parameters list of the registry and replace it with an empty type This makes it easier to read compilation errors where less types are being displayed On the other hand the resulting registry cannot be type-checked anymore when trying to get values out of it

  7. class AreSubset (ins :: [Type]) (out :: [Type]) (targets :: [Type])

    registry Data.Registry.Solver

    Compute if each element of a list of types is contained in another list when trying to append 2 registries together where target is the list of inputs of the first registry

  8. class IsSameSet (types1 :: [Type]) (types2 :: [Type])

    registry Data.Registry.Solver

    Compute if each element of a list of types is the same as another in a different order

  9. class IsSubset (ins :: [Type]) (out :: [Type]) target

    registry Data.Registry.Solver

    Compute if each element of a list of types is contained in another list when trying to add the function target

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

Page 152 of many | Previous | Next