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.
CursorTypeXCursor :: CursorTypegi-gdk3 GI.Gdk.Enums No documentation available.
-
gi-gdk3 GI.Gdk.Enums No documentation available.
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.
cursorGetCursorType :: (HasCallStack, MonadIO m, IsCursor a) => a -> m CursorTypegi-gdk3 GI.Gdk.Objects.Cursor Returns the cursor type for this cursor. Since: 2.22
getCursorCursorType :: (MonadIO m, IsCursor o) => o -> m CursorTypegi-gdk3 GI.Gdk.Objects.Cursor Get the value of the “cursor-type” property. When overloading is enabled, this is equivalent to
get cursor #cursorType
getSorted :: SortedList a -> [a]massiv-test Test.Massiv.Utils No documentation available.
getBFstLSorted' :: Ord a => b -> [(a, b)] -> a -> bmmsyn2-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.
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.
NoCursorTimeout :: QueryOptionmongoDB 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.
-
mongoDB Database.MongoDB.Query Default is [] meaning no sort