• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

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

  1. runMigrationSteps :: Monad m => Int -> Maybe Int -> MigrationSteps be () a -> (forall a' . () => Int -> Text -> Migration be a' -> m a') -> m a

    beam-migrate Database.Beam.Migrate.Types

    Run the migration steps between the given indices, using a custom execution function.

  2. expandBFStepped :: (Int, Int) -> BaseField -> Int -> Maybe EField

    cron System.Cron.Internal.Check

    No documentation available.

  3. mkStepField :: BaseField -> Int -> Maybe StepField

    cron System.Cron.Types

    No documentation available.

  4. sfStepping :: StepField -> Int

    cron System.Cron.Types

    No documentation available.

  5. data BackupStepResult

    direct-sqlite Database.SQLite3

    No documentation available.

  6. backupStep :: Backup -> Int -> IO BackupStepResult

    direct-sqlite Database.SQLite3

    No documentation available.

  7. c_sqlite3_backup_step :: Ptr CBackup -> CInt -> IO CError

    direct-sqlite Database.SQLite3.Bindings

    https://www.sqlite.org/c3ref/backup_finish.html#sqlite3backupstep

  8. c_sqlite3_step :: Ptr CStatement -> IO CError

    direct-sqlite Database.SQLite3.Bindings

    https://www.sqlite.org/c3ref/step.html

  9. c_sqlite3_step_unsafe :: Ptr CStatement -> IO CError

    direct-sqlite Database.SQLite3.Bindings

    https://www.sqlite.org/c3ref/step.html

  10. data BackupStepResult

    direct-sqlite Database.SQLite3.Direct

    No documentation available.

Page 57 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete