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.

  1. lookupArray :: forall (idx :: Ctx BaseType) (b :: BaseType) . Assignment BaseTypeRepr idx -> GroundArray idx b -> Assignment GroundValueWrapper idx -> IO (GroundValue b)

    what4 What4.Expr.GroundEval

    Look up an index in an ground array.

  2. lookupGE :: Ord k => k -> LeqMap k p -> Maybe (k, p)

    what4 What4.Utils.LeqMap

    Find largest element that is at least key (if any).

  3. 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).

  4. 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).

  5. 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).

  6. lookupWordMap :: forall sym (w :: Nat) (a :: BaseType) . IsExprBuilder sym => sym -> NatRepr w -> BaseTypeRepr a -> SymBV sym w -> WordMap sym w a -> IO (PartExpr (Pred sym) (SymExpr sym a))

    what4 What4.WordMap

    Lookup the value of an index in a word map.

  7. lookUpListElement :: forall k w (t :: k) (lt :: [k]) . TestEquality w => w t -> ListType w lt -> Maybe (ListElementType lt t)

    witness Data.Type.Witness.Specific.List.Element

    No documentation available.

  8. lookupColor :: Display -> Colormap -> String -> IO (Color, Color)

    xmonad XMonad

    interface to the X11 library function XLookupColor().

  9. lookupKeysym :: XKeyEventPtr -> CInt -> IO KeySym

    xmonad XMonad

    interface to the X11 library function XLookupKeysym().

  10. lookupString :: XKeyEventPtr -> IO (Maybe KeySym, String)

    xmonad XMonad

    interface to the X11 library function XLookupString().

Page 117 of many | Previous | Next