Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. pattern KEY_Num_Lock :: Word32

    gi-gdk3 GI.Gdk.Constants

    No description available in the introspection data.

  2. pattern KEY_numbersign :: Word32

    gi-gdk3 GI.Gdk.Constants

    No description available in the introspection data.

  3. pattern KEY_numerosign :: Word32

    gi-gdk3 GI.Gdk.Constants

    No description available in the introspection data.

  4. module GI.Gdk.Enums

    No documentation available.

  5. constructDeviceNumTouches :: (IsDevice o, MonadIO m) => Word32 -> m (GValueConstruct o)

    gi-gdk3 GI.Gdk.Objects.Device

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

  6. getDeviceNumTouches :: (MonadIO m, IsDevice o) => o -> m Word32

    gi-gdk3 GI.Gdk.Objects.Device

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

    get device #numTouches
    

  7. keymapGetNumLockState :: (HasCallStack, MonadIO m, IsKeymap a) => a -> m Bool

    gi-gdk3 GI.Gdk.Objects.Keymap

    Returns whether the Num Lock modifer is locked. Since: 3.0

  8. screenGetNumber :: (HasCallStack, MonadIO m, IsScreen a) => a -> m Int32

    gi-gdk3 GI.Gdk.Objects.Screen

    Deprecated: (Since version 3.22)

  9. data EnumFromTo (a :: Nat) (b :: Nat) (c :: [Nat])

    harpie Harpie.Shape

    Enumerate between two Nats

    >>> :k! Eval (EnumFromTo 0 3)
    ...
    = [0, 1, 2, 3]
    

  10. isAegeanNumbers :: Char -> Bool

    hxt-charproperties Data.Char.Properties.UnicodeBlocks

    No documentation available.

Page 331 of many | Previous | Next