Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. newtype ValueList a

    esqueleto Database.Esqueleto.Legacy

    A list of single values. There's a limited set of functions able to work with this data type (such as subList_select, valList, in_ and exists).

  2. ValueList :: a -> ValueList a

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

  3. justList :: SqlExpr (ValueList typ) -> SqlExpr (ValueList (Maybe typ))

    esqueleto Database.Esqueleto.Legacy

    Same as just but for ValueList. Most of the time you won't need it, though, because you can use just from inside subList_select or Just from inside valList.

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

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

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

    esqueleto Database.Esqueleto.Legacy

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

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

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

    No documentation available.

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

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

    No documentation available.

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

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

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

    No documentation available.

Page 111 of many | Previous | Next