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.
pattern
KEY_Num_Lock :: Word32gi-gdk3 GI.Gdk.Constants No description available in the introspection data.
pattern
KEY_numbersign :: Word32gi-gdk3 GI.Gdk.Constants No description available in the introspection data.
pattern
KEY_numerosign :: Word32gi-gdk3 GI.Gdk.Constants No description available in the introspection data.
-
No documentation available.
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.
getDeviceNumTouches :: (MonadIO m, IsDevice o) => o -> m Word32gi-gdk3 GI.Gdk.Objects.Device Get the value of the “num-touches” property. When overloading is enabled, this is equivalent to
get device #numTouches
keymapGetNumLockState :: (HasCallStack, MonadIO m, IsKeymap a) => a -> m Boolgi-gdk3 GI.Gdk.Objects.Keymap Returns whether the Num Lock modifer is locked. Since: 3.0
screenGetNumber :: (HasCallStack, MonadIO m, IsScreen a) => a -> m Int32gi-gdk3 GI.Gdk.Objects.Screen Deprecated: (Since version 3.22)
data
EnumFromTo (a :: Nat) (b :: Nat) (c :: [Nat])harpie Harpie.Shape Enumerate between two Nats
>>> :k! Eval (EnumFromTo 0 3) ... = [0, 1, 2, 3]
isAegeanNumbers :: Char -> Boolhxt-charproperties Data.Char.Properties.UnicodeBlocks No documentation available.