Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. unDontFullyEvaluate :: DontFullyEvaluate a -> a

    yesod-core Yesod.Core.Types

    No documentation available.

  2. subDemandIfEvaluated :: Demand -> SubDemand

    ghc-lib-parser GHC.Types.Demand

    Extract the SubDemand of a Demand. PRECONDITION: The SubDemand must be used in a context where the expression denoted by the Demand is under evaluation.

  3. glEvaluateDepthValuesARB :: MonadIO m => m ()

    OpenGLRaw Graphics.GL.ARB.SampleLocations

    No documentation available.

  4. glEvaluateDepthValuesARB :: MonadIO m => m ()

    OpenGLRaw Graphics.GL.Functions

    No documentation available.

  5. class HasEvaluateSettings s

    dhall Dhall

    No documentation available.

  6. defaultEvaluateSettings :: EvaluateSettings

    dhall Dhall

    Default evaluation settings: no extra entries in the initial context, and no special normalizer behaviour.

  7. testEvaluate :: String -> IO ()

    ihaskell IHaskell.Eval.Evaluate

    Evaluation function for testing.

  8. sym_evaluate :: forall m r p (n :: Nat) . (Applicative m, Monad m) => (Integer -> m r) -> (p -> r -> r -> m r) -> UnaryBV p n -> m r

    what4 What4.Expr.UnaryBV

    Evaluate a unary bitvector given an evaluation function. This function is used to convert a unary bitvector into some other representation such as a binary bitvector or vector of bits. It is polymorphic over the result type r, and requires functions for manipulating values of type r to construct it.

  9. tryEvaluate :: Exception e => a -> Either e a

    witch Witch.Instances

    No documentation available.

  10. cevaluate :: Conjurable f => Int -> Defn -> Maybe f

    code-conjure Conjure.Conjurable

    Evaluates a Defn into a regular Haskell value returning Nothing when there's a type mismatch. The integer argument indicates the limit of recursive evaluations.

Page 12 of many | Previous | Next