Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. DontFullyEvaluate :: a -> DontFullyEvaluate a

    yesod-core Yesod.Core.Types

    No documentation available.

  2. unDontFullyEvaluate :: DontFullyEvaluate a -> a

    yesod-core Yesod.Core.Types

    No documentation available.

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

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

    OpenGLRaw Graphics.GL.ARB.SampleLocations

    No documentation available.

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

    OpenGLRaw Graphics.GL.Functions

    No documentation available.

  6. class HasEvaluateSettings s

    dhall Dhall

    No documentation available.

  7. defaultEvaluateSettings :: EvaluateSettings

    dhall Dhall

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

  8. expressionEvaluate :: (HasCallStack, MonadIO m, IsExpression a, IsObject b) => a -> Maybe b -> GValue -> m Bool

    gi-gtk4 GI.Gtk.Objects.Expression

    Evaluates the given expression and on success stores the result in value. The GType of value will be the type given by expressionGetValueType. It is possible that expressions cannot be evaluated - for example when the expression references objects that have been destroyed or set to NULL. In that case value will remain empty and FALSE will be returned.

  9. expressionWatchEvaluate :: (HasCallStack, MonadIO m) => ExpressionWatch -> GValue -> m Bool

    gi-gtk4 GI.Gtk.Structs.ExpressionWatch

    Evaluates the watched expression and on success stores the result in value. This is equivalent to calling expressionEvaluate with the expression and this pointer originally used to create watch.

  10. testEvaluate :: String -> IO ()

    ihaskell IHaskell.Eval.Evaluate

    Evaluation function for testing.

Page 12 of many | Previous | Next