Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. verboseCheckAll :: Q Exp

    massiv-test Test.Massiv.Utils

    Test all properties in the current module. This is just a convenience function that combines quickCheckAll and verbose. verboseCheckAll has the same issue with scoping as quickCheckAll: see the note there about return [].

  2. emitAll :: forall s (es :: Set Type) a r . ISig s es a r -> Sig s es a r

    moffy Control.Moffy.Internal.Sig.Type

    No documentation available.

  3. deleteAll :: forall (m :: Type -> Type) . MonadIO m => Collection -> [(Selector, [DeleteOption])] -> Action m WriteResult

    mongoDB Database.MongoDB.Query

    Bulk delete operation. If one delete fails it will proceed with the remaining documents. Current returned value is only a place holder. With mongodb server before 2.6 it will send delete requests one by one. After 2.6 it will use bulk delete feature in mongodb.

  4. insertAll :: forall (m :: Type -> Type) . MonadIO m => Collection -> [Document] -> Action m [Value]

    mongoDB Database.MongoDB.Query

    Insert documents into collection and return their "_id" values, which are created automatically if not supplied. If a document fails to be inserted (eg. due to duplicate key) then remaining docs are still inserted.

  5. insertAll_ :: forall (m :: Type -> Type) . MonadIO m => Collection -> [Document] -> Action m ()

    mongoDB Database.MongoDB.Query

    Same as insertAll except don't return _ids

  6. updateAll :: forall (m :: Type -> Type) . MonadIO m => Collection -> [(Selector, Document, [UpdateOption])] -> Action m WriteResult

    mongoDB Database.MongoDB.Query

    Bulk update operation. If one update fails it will proceed with the remaining documents. With mongodb server before 2.6 it will send update requests one by one. In order to receive error messages in versions under 2.6 you need to use confirmed writes. Otherwise even if the errors had place the list of errors will be empty and the result will be success. After 2.6 it will use bulk update feature in mongodb.

  7. _allowIsos :: LensRules -> Bool

    optics-th Optics.TH.Internal.Product

    No documentation available.

  8. _allowUpdates :: LensRules -> Bool

    optics-th Optics.TH.Internal.Product

    Allow LensTraversal (otherwise GetterFold)

  9. getAll :: All -> Bool

    optparse-generic Options.Generic

    No documentation available.

  10. patchMapWithMoveInsertAll :: Map k v -> PatchMapWithMove k v

    patch Data.Patch.MapWithMove

    Create a PatchMapWithMove that inserts everything in the given Map

Page 694 of many | Previous | Next