Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. lookupEnvVar :: Operations (m :: Type -> Type) -> String -> m (Maybe String)

    typst Typst.Types

    No documentation available.

  2. lookupIdentifier :: forall (m :: Type -> Type) . Monad m => Identifier -> MP m Val

    typst Typst.Types

    No documentation available.

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

    what4 What4.Expr

    Look up an index in an ground array.

  4. lookupBindingOfSymbol :: SolverSymbol -> SymbolVarBimap t -> Maybe (SymbolBinding t)

    what4 What4.Expr.Builder

    No documentation available.

  5. lookupIdx :: forall m t f (tp :: BaseType) . MonadIO m => IdxCache t f -> Nonce t tp -> m (Maybe (f tp))

    what4 What4.Expr.Builder

    No documentation available.

  6. lookupIdxValue :: forall m t f (tp :: BaseType) . MonadIO m => IdxCache t f -> Expr t tp -> m (Maybe (f tp))

    what4 What4.Expr.Builder

    Return the value associated to the expr in the index.

  7. lookupSymbolOfBinding :: SymbolBinding t -> SymbolVarBimap t -> Maybe SolverSymbol

    what4 What4.Expr.Builder

    No documentation available.

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

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

    what4 What4.Utils.LeqMap

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

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

Page 117 of many | Previous | Next