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.
-
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 [].
emitAll :: forall s (es :: Set Type) a r . ISig s es a r -> Sig s es a rmoffy Control.Moffy.Internal.Sig.Type No documentation available.
-
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.
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.
insertAll_ :: forall (m :: Type -> Type) . MonadIO m => Collection -> [Document] -> Action m ()mongoDB Database.MongoDB.Query Same as insertAll except don't return _ids
-
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.
_allowIsos :: LensRules -> Booloptics-th Optics.TH.Internal.Product No documentation available.
_allowUpdates :: LensRules -> Booloptics-th Optics.TH.Internal.Product Allow LensTraversal (otherwise GetterFold)
-
optparse-generic Options.Generic No documentation available.
patchMapWithMoveInsertAll :: Map k v -> PatchMapWithMove k vpatch Data.Patch.MapWithMove Create a PatchMapWithMove that inserts everything in the given Map