Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. deleteStmt :: IsSql92DeleteSyntax delete => Sql92DeleteTableNameSyntax delete -> Maybe Text -> Maybe (Sql92DeleteExpressionSyntax delete) -> delete

    beam-core Database.Beam.Backend.SQL.SQL92

    No documentation available.

  2. insertStmt :: IsSql92InsertSyntax insert => Sql92InsertTableNameSyntax insert -> [Text] -> Sql92InsertValuesSyntax insert -> insert

    beam-core Database.Beam.Backend.SQL.SQL92

    No documentation available.

  3. selectStmt :: IsSql92SelectSyntax select => Sql92SelectSelectTableSyntax select -> [Sql92SelectOrderingSyntax select] -> Maybe Integer -> Maybe Integer -> select

    beam-core Database.Beam.Backend.SQL.SQL92

    No documentation available.

  4. selectTableStmt :: IsSql92SelectTableSyntax select => Maybe (Sql92SelectTableSetQuantifierSyntax select) -> Sql92SelectTableProjectionSyntax select -> Maybe (Sql92SelectTableFromSyntax select) -> Maybe (Sql92SelectTableExpressionSyntax select) -> Maybe (Sql92SelectTableGroupingSyntax select) -> Maybe (Sql92SelectTableExpressionSyntax select) -> select

    beam-core Database.Beam.Backend.SQL.SQL92

    No documentation available.

  5. updateStmt :: IsSql92UpdateSyntax update => Sql92UpdateTableNameSyntax update -> [(Sql92UpdateFieldNameSyntax update, Sql92UpdateExpressionSyntax update)] -> Maybe (Sql92UpdateExpressionSyntax update) -> update

    beam-core Database.Beam.Backend.SQL.SQL92

    No documentation available.

  6. bulletListMarker :: forall (m :: Type -> Type) il bl . Monad m => BlockParser m il bl ListType

    commonmark Commonmark.Blocks

    No documentation available.

  7. orderedListMarker :: forall (m :: Type -> Type) il bl . Monad m => BlockParser m il bl ListType

    commonmark Commonmark.Blocks

    No documentation available.

  8. fromListMutable :: forall (arr :: Type -> Type) a m . (Contiguous arr, Element arr a, PrimMonad m) => [a] -> m (Mutable arr (PrimState m) a)

    contiguous Data.Primitive.Contiguous

    Convert a list into a mutable array of the given length.

  9. fromListMutableN :: forall (arr :: Type -> Type) a m . (Contiguous arr, Element arr a, PrimMonad m) => Int -> [a] -> m (Mutable arr (PrimState m) a)

    contiguous Data.Primitive.Contiguous

    Given an Int that is representative of the length of the list, convert the list into a mutable array of the given length. Note: calls error if the given length is incorrect.

  10. toListMutable :: forall (arr :: Type -> Type) a m . (Contiguous arr, Element arr a, PrimMonad m) => Mutable arr (PrimState m) a -> m [a]

    contiguous Data.Primitive.Contiguous

    Convert a mutable array to a list.

Page 83 of many | Previous | Next