Hoogle Search
Within LTS Haskell 24.56 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
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.
-
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
getMaybeValue :: CollectErrors es v -> Maybe vcollect-errors Control.CollectErrors No documentation available.
getMaybeValue :: CollectErrors es v -> Maybe vcollect-errors Control.CollectErrors.Type No documentation available.
-
elynx-tree ELynx.Tree.Length Class of data types that may have a length.
getMaybeLength :: HasMaybeLength e => e -> Maybe Lengthelynx-tree ELynx.Tree.Length No documentation available.
-
elynx-tree ELynx.Tree.Support Class of data types that may have a support value.
getMaybeSupport :: HasMaybeSupport e => e -> Maybe Supportelynx-tree ELynx.Tree.Support No documentation available.
toMaybe :: Process e a -> Maybe eghc-events GHC.RTS.Events.Analysis No documentation available.
fetchMaybe :: (HasCallStack, MonadDB m, MonadThrow m, FromRow row) => (row -> t) -> m (Maybe t)hpqtypes Database.PostgreSQL.PQTypes.Fold Specialization of foldlDB that fetches one or zero rows. If more rows are delivered, AffectedRowsMismatch exception is thrown.