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.
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.
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.
valList :: PersistField typ => [typ] -> SqlExpr (ValueList typ)esqueleto Database.Esqueleto.Legacy Lift a list of constant value from Haskell-land to the query.
blockFromList :: [n O O] -> Block n O Oghc-lib-parser GHC.Cmm.Dataflow.Block No documentation available.
blockToList :: Block n O O -> [n O O]ghc-lib-parser GHC.Cmm.Dataflow.Block No documentation available.
-
ghc-lib-parser GHC.Cmm.Dataflow.Graph No documentation available.
-
ghc-lib-parser GHC.Cmm.Dataflow.Graph No documentation available.
mapFromList :: [(Label, v)] -> LabelMap vghc-lib-parser GHC.Cmm.Dataflow.Label No documentation available.
mapFromListWith :: (v -> v -> v) -> [(Label, v)] -> LabelMap vghc-lib-parser GHC.Cmm.Dataflow.Label No documentation available.
mapToList :: LabelMap b -> [(Label, b)]ghc-lib-parser GHC.Cmm.Dataflow.Label No documentation available.