Hoogle Search

Within LTS Haskell 24.37 (ghc-9.10.3)

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

  1. toEncodingList :: ToJSON a => [a] -> Encoding

    morpheus-graphql-client Data.Morpheus.Client.CodeGen.Internal

    No documentation available.

  2. toJSONList :: ToJSON a => [a] -> Value

    morpheus-graphql-client Data.Morpheus.Client.CodeGen.Internal

    No documentation available.

  3. TypeValueList :: [TypeValue] -> TypeValue

    morpheus-graphql-code-gen-utils Data.Morpheus.CodeGen.Internal.AST

    No documentation available.

  4. fromList :: [Char] -> CharSet

    parser-regex Data.CharSet

    Create a set from Chars in a list.

  5. inList :: PersistField typ => EntityField v [typ] -> [typ] -> Filter v

    persistent-mongoDB Database.Persist.MongoDB

    Intersection of lists: if any value in the field is found in the list.

  6. ninList :: PersistField typ => EntityField v [typ] -> [typ] -> Filter v

    persistent-mongoDB Database.Persist.MongoDB

    No intersection of lists: if no value in the field is found in the list.

  7. selectKeysList :: (PersistRecordBackend record SqlBackend, Typeable record, MonadSqlQuery m) => [Filter record] -> [SelectOpt record] -> m [Key record]

    persistent-mtl Database.Persist.Monad.Shim

    The lifted version of selectKeysList

  8. selectList :: (PersistRecordBackend record SqlBackend, Typeable record, MonadSqlQuery m) => [Filter record] -> [SelectOpt record] -> m [Entity record]

    persistent-mtl Database.Persist.Monad.Shim

    The lifted version of selectList

  9. SelectKeysList :: forall record . PersistRecordBackend record SqlBackend => [Filter record] -> [SelectOpt record] -> SqlQueryRep record [Key record]

    persistent-mtl Database.Persist.Monad.SqlQueryRep

    Constructor corresponding to selectKeysList

  10. SelectList :: forall record . PersistRecordBackend record SqlBackend => [Filter record] -> [SelectOpt record] -> SqlQueryRep record [Entity record]

    persistent-mtl Database.Persist.Monad.SqlQueryRep

    Constructor corresponding to selectList

Page 209 of many | Previous | Next