Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
relational-schemas Database.Custom.SQLite3 Update statement for sequence table
fromEnumFilter :: Num a => Filter -> asphinx Text.Search.Sphinx.Types No documentation available.
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.
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.