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.

  1. updateNumber' :: (PersistableWidth s, Integral i, LiteralSQL i) => Config -> i -> Sequence s i -> Update ()

    relational-schemas Database.Custom.SQLite3

    Update statement for sequence table

  2. fromEnumFilter :: Num a => Filter -> a

    sphinx Text.Search.Sphinx.Types

    No documentation available.

  3. fromEnum :: Enum a => a -> Int

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

  4. toEnumDef :: (Enum a, Bounded a) => a -> Int -> a

    verset Verset

    No documentation available.

  5. toEnumMay :: (Enum a, Bounded a) => Int -> Maybe a

    verset Verset

    No documentation available.

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

  7. menuMap :: MonadIO m => String -> Map String a -> m (Maybe a)

    xmonad-contrib XMonad.Util.Dmenu

    Like dmenuMap but also takes the command to run.

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

Page 310 of many | Previous | Next