Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. offsetMaybe_ :: forall s a be (db :: (Type -> Type) -> Type) . (Projectible be a, ThreadRewritable (QNested s) a) => Maybe Integer -> Q be db (QNested s) a -> Q be db s (WithRewrittenThread (QNested s) s a)

    beam-core Database.Beam.Query

    Conditionally drop the first offset results.

  2. oneToMaybe_ :: forall be (db :: (Type -> Type) -> Type) tbl rel s . (BeamSqlBackend be, Database be db, Table tbl, Table rel, HasTableEqualityNullable be (PrimaryKey tbl)) => DatabaseEntity be db (TableEntity rel) -> (rel (QExpr be s) -> PrimaryKey tbl (Nullable (QExpr be s))) -> tbl (QExpr be s) -> Q be db s (rel (Nullable (QExpr be s)))

    beam-core Database.Beam.Query

    Used to define one-to-many (or one-to-one) relationships with a nullable foreign key. Takes the table to fetch, a way to extract the foreign key from that table, and the table to relate to.

  3. toUpdatedValueMaybe :: (forall s . () => table (QExpr be s) -> Maybe (QExpr be s a)) -> QFieldAssignment be table a

    beam-core Database.Beam.Query

    Use with set to optionally set a fiield to a new value, calculated based on one or more fields from the existing row

  4. getMaybeValue :: CollectErrors es v -> Maybe v

    collect-errors Control.CollectErrors

    No documentation available.

  5. getMaybeValue :: CollectErrors es v -> Maybe v

    collect-errors Control.CollectErrors.Type

    No documentation available.

  6. decToMaybe :: Dec a -> Maybe a

    dec Data.Type.Dec

    Convert Dec a to Maybe a, forgetting the No evidence.

  7. class HasMaybeLength e

    elynx-tree ELynx.Tree.Length

    Class of data types that may have a length.

  8. getMaybeLength :: HasMaybeLength e => e -> Maybe Length

    elynx-tree ELynx.Tree.Length

    No documentation available.

  9. class HasMaybeSupport e

    elynx-tree ELynx.Tree.Support

    Class of data types that may have a support value.

  10. getMaybeSupport :: HasMaybeSupport e => e -> Maybe Support

    elynx-tree ELynx.Tree.Support

    No documentation available.

Page 229 of many | Previous | Next