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. newtype DontFullyEvaluate a

    classy-prelude-yesod ClassyPrelude.Yesod

    Prevents a response body from being fully evaluated before sending the request. Since 1.1.0

  2. DontFullyEvaluate :: a -> DontFullyEvaluate a

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  3. unDontFullyEvaluate :: DontFullyEvaluate a -> a

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  4. isFullyEvaluatedTerm :: Term -> Bool

    ghc-lib GHC.Runtime.Heap.Inspect

    No documentation available.

  5. ctxIsEvaluated :: Id -> Bool

    ghc-lib GHC.StgToJS.ExprCtx

    Predicate: do we know for sure that the given Id is evaluated?

  6. contextEvaluate :: (HasCallStack, MonadIO m, IsContext a) => a -> Text -> Int64 -> m Value

    gi-javascriptcore6 GI.JavaScriptCore.Objects.Context

    Evaluate code in context.

  7. contextEvaluateInObject :: (HasCallStack, MonadIO m, IsContext a, IsClass b) => a -> Text -> Int64 -> Ptr () -> Maybe b -> Text -> Word32 -> m (Value, Value)

    gi-javascriptcore6 GI.JavaScriptCore.Objects.Context

    Evaluate code and create an new object where symbols defined in code will be added as properties, instead of being added to context global object. The new object is returned as object parameter. Similar to how valueNewObject works, if objectInstance is not Nothing objectClass must be provided too. The lineNumber is the starting line number in uri; the value is one-based so the first line is 1. uri and lineNumber will be shown in exceptions and they don't affect the behavior of the script.

  8. contextEvaluateWithSourceUri :: (HasCallStack, MonadIO m, IsContext a) => a -> Text -> Int64 -> Text -> Word32 -> m Value

    gi-javascriptcore6 GI.JavaScriptCore.Objects.Context

    Evaluate code in context using uri as the source URI. The lineNumber is the starting line number in uri; the value is one-based so the first line is 1. uri and lineNumber will be shown in exceptions and they don't affect the behavior of the script.

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

    gl Graphics.GL.Ext.ARB.SampleLocations

    Usage: glEvaluateDepthValuesARB

Page 15 of many | Previous | Next