Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. subList_select :: PersistField a => SqlQuery (SqlExpr (Value a)) -> SqlExpr (ValueList a)

    esqueleto Database.Esqueleto.Legacy

    Execute a subquery SELECT in an SqlExpression. Returns a list of values.

  2. subSelectList :: PersistField a => SqlQuery (SqlExpr (Value a)) -> SqlExpr (ValueList a)

    esqueleto Database.Esqueleto.Legacy

    Execute a subquery SELECT in a SqlExpr that returns a list. This is an alias for subList_select and is provided for symmetry with the other safe subselect functions.

  3. valList :: PersistField typ => [typ] -> SqlExpr (ValueList typ)

    esqueleto Database.Esqueleto.Legacy

    Lift a list of constant value from Haskell-land to the query.

  4. blockFromList :: [n O O] -> Block n O O

    ghc-lib-parser GHC.Cmm.Dataflow.Block

    No documentation available.

  5. blockToList :: Block n O O -> [n O O]

    ghc-lib-parser GHC.Cmm.Dataflow.Block

    No documentation available.

  6. bodyList :: forall block (n :: Extensibility -> Extensibility -> Type) . Body' LabelMap block n -> [(Label, block n C C)]

    ghc-lib-parser GHC.Cmm.Dataflow.Graph

    No documentation available.

  7. bodyToBlockList :: forall (n :: Extensibility -> Extensibility -> Type) . Body LabelMap n -> [Block n C C]

    ghc-lib-parser GHC.Cmm.Dataflow.Graph

    No documentation available.

  8. mapFromList :: [(Label, v)] -> LabelMap v

    ghc-lib-parser GHC.Cmm.Dataflow.Label

    No documentation available.

  9. mapFromListWith :: (v -> v -> v) -> [(Label, v)] -> LabelMap v

    ghc-lib-parser GHC.Cmm.Dataflow.Label

    No documentation available.

  10. mapToList :: LabelMap b -> [(Label, b)]

    ghc-lib-parser GHC.Cmm.Dataflow.Label

    No documentation available.

Page 112 of many | Previous | Next