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.
pattern
KEY_Last_Virtual_Screen :: Word32gi-gdk3 GI.Gdk.Constants No description available in the introspection data.
-
gi-gdk3 GI.Gdk.Enums a constant equal to the numerically highest axis value.
CursorTypeLastCursor :: CursorTypegi-gdk3 GI.Gdk.Enums last cursor type
EventTypeEventLast :: EventTypegi-gdk3 GI.Gdk.Enums marks the end of the GdkEventType enumeration. Added in 2.18
deviceGetLastEventWindow :: (HasCallStack, MonadIO m, IsDevice a) => a -> m (Maybe Window)gi-gdk3 GI.Gdk.Objects.Device Gets information about which window the given pointer device is in, based on events that have been received so far from the display server. If another application has a pointer grab, or this application has a grab with owner_events = False, Nothing may be returned even if the pointer is physically over one of this application's windows. Since: 3.12
data
GetLastPositions (a :: [Nat]) (b :: [Nat]) (c :: [Nat])harpie Harpie.Shape Get the index of the last position in the selected dimensions of a shape. Errors on a 0-dimension.
>>> :k! Eval (GetLastPositions [2,0] [2,3,4]) ... = [3, 1]
getLastPositions :: [Int] -> [Int] -> [Int]harpie Harpie.Shape Get the index of the last position in the selected dimensions of a shape. Errors on a 0-dimension.
>>> getLastPositions [2,0] [2,3,4] [3,1] >>> getLastPositions [0] [0] [-1]
-
mongoDB Database.MongoDB.Query Parameters for getLastError command. For example ["w" =: 2] tells the server to wait for the write to reach at least two servers in replica set before acknowledging. See http://www.mongodb.org/display/DOCS/Last+Error+Commands for more options.
shiftLastN :: WriteBuffer -> Int -> Int -> IO ()network-byte-order Network.ByteOrder Shifting the N-bytes area just before the current pointer (the 3rd argument). If the second argument is positive, shift it to right. If it is negative, shift it to left. offset moves as if it is sticky to the area.
>>> withWriteBuffer 16 $ \wbuf -> copyByteString wbuf "ABCD" >> shiftLastN wbuf 1 3 "ABBCD" >>> withWriteBuffer 16 $ \wbuf -> copyByteString wbuf "ABCD" >> shiftLastN wbuf 2 3 "ABCBCD" >>> withWriteBuffer 16 $ \wbuf -> copyByteString wbuf "ABCDE" >> shiftLastN wbuf (-2) 3 >> ff wbuf 2 "CDEDE"
-
optparse-generic Options.Generic No documentation available.