Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. forKeyShareOf :: LockableEntity a => a -> OnLockedBehavior -> SqlQuery ()

    esqueleto Database.Esqueleto.PostgreSQL

    `FOR KEY SHARE OF` syntax for postgres locking allows locking of specific tables with a key share lock in a view or join

  2. forNoKeyUpdateOf :: LockableEntity a => a -> OnLockedBehavior -> SqlQuery ()

    esqueleto Database.Esqueleto.PostgreSQL

    `FOR NO KEY UPDATE OF` syntax for postgres locking allows locking of specific tables with a no key update lock in a view or join

  3. forShare :: LockingKind

    esqueleto Database.Esqueleto.PostgreSQL

    FOR SHARE syntax for Postgres locking. Example use:

    locking forShare
    

  4. forShareOf :: LockableEntity a => a -> OnLockedBehavior -> SqlQuery ()

    esqueleto Database.Esqueleto.PostgreSQL

    `FOR SHARE OF` syntax for postgres locking allows locking of specific tables with a share lock in a view or join

  5. forUpdateOf :: LockableEntity a => a -> OnLockedBehavior -> SqlQuery ()

    esqueleto Database.Esqueleto.PostgreSQL

    `FOR UPDATE OF` syntax for postgres locking allows locking of specific tables with an update lock in a view or join

  6. foreground :: Monad m => LiveProgram m -> m ()

    essence-of-live-coding LiveCoding

    No documentation available.

  7. foreverEShow :: (Data e, Data s) => ForeverE e s -> String

    essence-of-live-coding LiveCoding.Debugger.StatePrint

    No documentation available.

  8. foreverC :: forall e (m :: Type -> Type) a b . (Data e, Monad m) => Cell (ExceptT e m) a b -> Cell m a b

    essence-of-live-coding LiveCoding.Forever

    No documentation available.

  9. foreverE :: forall (m :: Type -> Type) e a b . (Monad m, Data e) => e -> Cell (ReaderT e (ExceptT e m)) a b -> Cell m a b

    essence-of-live-coding LiveCoding.Forever

    No documentation available.

  10. foreverCLiveProgram :: forall e (m :: Type -> Type) . (Data e, Monad m) => LiveProgramExcept m e -> LiveProgram m

    essence-of-live-coding LiveCoding.LiveProgram.Except

    Run a LiveProgramExcept in a loop, discarding the exception.

Page 76 of many | Previous | Next