Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. newZeroEventAny :: MonadIO m => m EventAny

    gi-gdk3 GI.Gdk.Structs.EventAny

    Construct a EventAny struct initialized to zero.

  2. setEventAnySendEvent :: MonadIO m => EventAny -> Int8 -> m ()

    gi-gdk3 GI.Gdk.Structs.EventAny

    Set the value of the “send_event” field. When overloading is enabled, this is equivalent to

    set eventAny [ #sendEvent := value ]
    

  3. setEventAnyType :: MonadIO m => EventAny -> EventType -> m ()

    gi-gdk3 GI.Gdk.Structs.EventAny

    Set the value of the “type” field. When overloading is enabled, this is equivalent to

    set eventAny [ #type := value ]
    

  4. setEventAnyWindow :: MonadIO m => EventAny -> Ptr Window -> m ()

    gi-gdk3 GI.Gdk.Structs.EventAny

    Set the value of the “window” field. When overloading is enabled, this is equivalent to

    set eventAny [ #window := value ]
    

  5. getEventAny :: MonadIO m => Event -> m EventAny

    gi-gdk3 GI.Gdk.Unions.Event

    Get the value of the “any” field. When overloading is enabled, this is equivalent to

    get event #any
    

  6. isOsmanya :: Char -> Bool

    hxt-charproperties Data.Char.Properties.UnicodeBlocks

    No documentation available.

  7. decompressTellAnyCheck :: DecompressParams -> Bool

    lzma Codec.Compression.Lzma

    DecompressParams field: If set, abort (via LzmaRetGetCheck) as soon as the type of the integrity check has been detected.

  8. chooseAny :: Random a => Gen a

    massiv-test Test.Massiv.Utils

    Generates a random element over the natural range of a.

  9. deleteMany :: 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 not delete 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.

  10. insertMany :: 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 aborted, and LastError is set. An exception will be throw if any error occurs.

Page 170 of many | Previous | Next