Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. module Data.ListLike.FMList

    ListLike instances for FMList

  2. fromList :: [(Int, Run a)] -> IMap a

    brick Data.IMap

    No documentation available.

  3. unsafeToAscList :: IMap a -> [(Int, Run a)]

    brick Data.IMap

    This function is unsafe because IMaps that compare equal may split their runs into different chunks; consumers must promise that they do not treat run boundaries specially.

  4. FTList :: FieldType -> FieldType

    esqueleto Database.Esqueleto

    No documentation available.

  5. PersistList :: [PersistValue] -> PersistValue

    esqueleto Database.Esqueleto

    No documentation available.

  6. newtype ValueList a

    esqueleto Database.Esqueleto

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

  7. ValueList :: a -> ValueList a

    esqueleto Database.Esqueleto

    No documentation available.

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

    esqueleto Database.Esqueleto

    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.

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

    esqueleto Database.Esqueleto

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

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

    esqueleto Database.Esqueleto

    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.

Page 108 of many | Previous | Next