Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. ValueTypeLastDefined :: ValueType

    gi-atk GI.Atk.Enums

    No description available in the introspection data.

  2. pattern KEY_ISO_Last_Group :: Word32

    gi-gdk3 GI.Gdk.Constants

    No description available in the introspection data.

  3. pattern KEY_ISO_Last_Group_Lock :: Word32

    gi-gdk3 GI.Gdk.Constants

    No description available in the introspection data.

  4. pattern KEY_Last_Virtual_Screen :: Word32

    gi-gdk3 GI.Gdk.Constants

    No description available in the introspection data.

  5. AxisUseLast :: AxisUse

    gi-gdk3 GI.Gdk.Enums

    a constant equal to the numerically highest axis value.

  6. CursorTypeLastCursor :: CursorType

    gi-gdk3 GI.Gdk.Enums

    last cursor type

  7. EventTypeEventLast :: EventType

    gi-gdk3 GI.Gdk.Enums

    marks the end of the GdkEventType enumeration. Added in 2.18

  8. 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

  9. 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]
    

  10. 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]
    

Page 92 of many | Previous | Next