Hoogle Search
Within LTS Haskell 24.12 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
what4 What4.Expr.GroundEval Look up an index in an ground array.
lookupGE :: Ord k => k -> LeqMap k p -> Maybe (k, p)what4 What4.Utils.LeqMap Find largest element that is at least key (if any).
lookupGT :: Ord k => k -> LeqMap k p -> Maybe (k, p)what4 What4.Utils.LeqMap Find less than element that is less than key (if any).
lookupLE :: Ord k => k -> LeqMap k p -> Maybe (k, p)what4 What4.Utils.LeqMap Find largest element that is less than or equal to key (if any).
lookupLT :: Ord k => k -> LeqMap k p -> Maybe (k, p)what4 What4.Utils.LeqMap Find less than element that is less than key (if any).
-
what4 What4.WordMap Lookup the value of an index in a word map.
-
witness Data.Type.Witness.Specific.List.Element No documentation available.
lookupColor :: Display -> Colormap -> String -> IO (Color, Color)xmonad XMonad interface to the X11 library function XLookupColor().
lookupKeysym :: XKeyEventPtr -> CInt -> IO KeySymxmonad XMonad interface to the X11 library function XLookupKeysym().
lookupString :: XKeyEventPtr -> IO (Maybe KeySym, String)xmonad XMonad interface to the X11 library function XLookupString().