Hoogle Search

Within LTS Haskell 24.55 (ghc-9.10.3)

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

  1. 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.

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

    beam-migrate Database.Beam.Migrate.Types

    No documentation available.

  3. 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.

  4. 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.

  5. nextSyntaxStep :: PgSyntaxF f -> f

    beam-postgres Database.Beam.Postgres.Syntax

    No documentation available.

  6. bfsStep :: Directions Board -> Board -> Board

    board-games Game.Labyrinth

    No documentation available.

  7. data BeanConstructionStep

    cauldron Cauldron

    A step in the construction of a bean value.

  8. ghcStep :: Step

    clash-ghc Clash.GHC.Evaluator

    Small-step operational semantics.

  9. ghcPrimStep :: PrimStep

    clash-ghc Clash.GHC.Evaluator.Primitive

    No documentation available.

  10. type PrimStep = TyConMap -> Bool -> PrimInfo -> [Type] -> [Value] -> Machine -> Maybe Machine

    clash-lib Clash.Core.Evaluator.Types

    No documentation available.

Page 78 of many | Previous | Next