Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
fromEnum :: Enum a => a -> Intverset Verset Convert to an Int. It is implementation-dependent what fromEnum returns when applied to a value that is too large to fit in an Int.
toEnumDef :: (Enum a, Bounded a) => a -> Int -> averset Verset No documentation available.
toEnumMay :: (Enum a, Bounded a) => Int -> Maybe averset Verset No documentation available.
-
xmonad-contrib XMonad.Config.Prime No documentation available.
fromEnum :: Enum a => a -> Intxmonad-contrib XMonad.Config.Prime Convert to an Int. It is implementation-dependent what fromEnum returns when applied to a value that is too large to fit in an Int.
-
xmonad-contrib XMonad.Config.Prime Convert from an Int.
dmenuMap :: MonadIO m => Map String a -> m (Maybe a)xmonad-contrib XMonad.Util.Dmenu Run dmenu to select an entry from a map based on the key.
menuMap :: MonadIO m => String -> Map String a -> m (Maybe a)xmonad-contrib XMonad.Util.Dmenu Like dmenuMap but also takes the command to run.
menuMapArgs :: MonadIO m => String -> [String] -> Map String a -> m (Maybe a)xmonad-contrib XMonad.Util.Dmenu Like menuMap but also takes a list of command line arguments.