Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. CursorTypeXCursor :: CursorType

    gi-gdk3 GI.Gdk.Enums

    No documentation available.

  2. CursorTypeXterm :: CursorType

    gi-gdk3 GI.Gdk.Enums

    No documentation available.

  3. constructCursorCursorType :: (IsCursor o, MonadIO m) => CursorType -> m (GValueConstruct o)

    gi-gdk3 GI.Gdk.Objects.Cursor

    Construct a GValueConstruct with valid value for the “cursor-type” property. This is rarely needed directly, but it is used by new.

  4. cursorGetCursorType :: (HasCallStack, MonadIO m, IsCursor a) => a -> m CursorType

    gi-gdk3 GI.Gdk.Objects.Cursor

    Returns the cursor type for this cursor. Since: 2.22

  5. getCursorCursorType :: (MonadIO m, IsCursor o) => o -> m CursorType

    gi-gdk3 GI.Gdk.Objects.Cursor

    Get the value of the “cursor-type” property. When overloading is enabled, this is equivalent to

    get cursor #cursorType
    

  6. getSorted :: SortedList a -> [a]

    massiv-test Test.Massiv.Utils

    No documentation available.

  7. getBFstLSorted' :: Ord a => b -> [(a, b)] -> a -> b

    mmsyn2-array CaseBi.Arr

    If the list argument is sorted in the ascending order by the first element in every tuple, then to reduce computations instead of \def xs x -> getBFst' (def, listArray (0,length xs - 1) xs) x you can use this function.

  8. listArrSortedByFst :: Ord a => [(a, b)] -> Array Int (a, b)

    mmsyn2-array CaseBi.Arr

    Sorts the list of pairs by the first element in the tuples, then transforms them into an immutable array. Can be used only if the list contains no more than 2^31 - 1 elements though this is not checked, it is up to user to check this constraint before or provide its correctness by design.

  9. NoCursorTimeout :: QueryOption

    mongoDB Database.MongoDB.Query

    The server normally times out idle cursors after 10 minutes to prevent a memory leak in case a client forgets to close a cursor. Set this option to allow a cursor to live forever until it is closed.

  10. rSort :: MapReduce -> Order

    mongoDB Database.MongoDB.Query

    Default is [] meaning no sort

Page 133 of many | Previous | Next