Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. isJustAnd :: MaybeFields a -> (a -> Field SqlBool) -> Field SqlBool

    opaleye Opaleye.MaybeFields

    No documentation available.

  2. belongsToJust :: (PersistEntity record1, PersistRecordBackend record2 SqlBackend, Typeable record1, Typeable record2, MonadSqlQuery m) => (record1 -> Key record2) -> record1 -> m record2

    persistent-mtl Database.Persist.Monad.Shim

    The lifted version of belongsToJust

  3. getJust :: (PersistRecordBackend record SqlBackend, Typeable record, MonadSqlQuery m) => Key record -> m record

    persistent-mtl Database.Persist.Monad.Shim

    The lifted version of getJust

  4. getJustEntity :: (PersistRecordBackend record SqlBackend, Typeable record, MonadSqlQuery m) => Key record -> m (Entity record)

    persistent-mtl Database.Persist.Monad.Shim

    The lifted version of getJustEntity

  5. BelongsToJust :: forall record1 a . (PersistEntity record1, PersistRecordBackend a SqlBackend) => (record1 -> Key a) -> record1 -> SqlQueryRep (record1, a) a

    persistent-mtl Database.Persist.Monad.SqlQueryRep

    Constructor corresponding to belongsToJust

  6. GetJust :: forall record . PersistRecordBackend record SqlBackend => Key record -> SqlQueryRep record record

    persistent-mtl Database.Persist.Monad.SqlQueryRep

    Constructor corresponding to getJust

  7. GetJustEntity :: forall record . PersistRecordBackend record SqlBackend => Key record -> SqlQueryRep record (Entity record)

    persistent-mtl Database.Persist.Monad.SqlQueryRep

    Constructor corresponding to getJustEntity

  8. BelongsToJust :: forall record1 a . (PersistEntity record1, PersistRecordBackend a SqlBackend) => (record1 -> Key a) -> record1 -> SqlQueryRep (record1, a) a

    persistent-mtl Database.Persist.Monad.TestUtils

    Constructor corresponding to belongsToJust

  9. GetJust :: forall record . PersistRecordBackend record SqlBackend => Key record -> SqlQueryRep record record

    persistent-mtl Database.Persist.Monad.TestUtils

    Constructor corresponding to getJust

  10. GetJustEntity :: forall record . PersistRecordBackend record SqlBackend => Key record -> SqlQueryRep record (Entity record)

    persistent-mtl Database.Persist.Monad.TestUtils

    Constructor corresponding to getJustEntity

Page 136 of many | Previous | Next