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. PointStep :: TPoint -> Step

    HaTeX Text.LaTeX.Packages.TikZ.Syntax

    No documentation available.

  2. XYStep :: Double -> Step

    HaTeX Text.LaTeX.Packages.TikZ.Syntax

    No documentation available.

  3. getErrorStepSizeLog :: Approx -> Maybe Int

    aern2-mp AERN2.MP.Float.Type

    Returns s such that 2^s is the distance to the nearest other number with the same precision. Returns Nothing for Bottom.

  4. endStepHook :: BringUpToDateHooks (m :: Type -> Type) -> Int -> Text -> m ()

    beam-migrate Database.Beam.Migrate.Simple

    Called at the end of each step with the step index and description

  5. startStepHook :: BringUpToDateHooks (m :: Type -> Type) -> Int -> Text -> m ()

    beam-migrate Database.Beam.Migrate.Simple

    Called at the beginning of each step with the step index and description

  6. data MigrationStep be next

    beam-migrate Database.Beam.Migrate.Types

    Represents a particular step in a migration

  7. MigrationStep :: forall be a next . Text -> Migration be a -> (a -> next) -> MigrationStep be next

    beam-migrate Database.Beam.Migrate.Types

    No documentation available.

  8. newtype MigrationSteps be from to

    beam-migrate Database.Beam.Migrate.Types

    A series of MigrationSteps that take a database from the schema in from to the one in to. Use the migrationStep function and the arrow interface to sequence MigrationSteps.

  9. MigrationSteps :: Kleisli (F (MigrationStep be)) from to -> MigrationSteps be from to

    beam-migrate Database.Beam.Migrate.Types

    No documentation available.

  10. migrationStep :: Text -> (a -> Migration be a') -> MigrationSteps be a a'

    beam-migrate Database.Beam.Migrate.Types

    Create a MigrationSteps from the given description and migration function.

Page 56 of many | Previous | Next