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. evaluateAll :: Ord a => [[a]] -> [a] -> Map Eval Int

    combinatorial Combinatorics.Mastermind

    No documentation available.

  2. evaluateAST :: FunctionMap -> Value -> AST -> Value

    simple-templates Web.Simple.Templates.Language

    No documentation available.

  3. evaluateVectorHead :: NormalForm signal => signal -> t -> t

    synthesizer-midi Synthesizer.MIDI.Generic

    We have to evaluate the head value at each drop in order to avoid growing thunks that lead to a space leak.

  4. evaluateVectorHead :: NormalForm signal => signal -> t -> t

    synthesizer-midi Synthesizer.MIDI.Storable

    We have to evaluate the head value at each drop in order to avoid growing thunks that lead to a space leak.

  5. evaluateTypst :: Monad m => Operations m -> FilePath -> [Markup] -> m (Either ParseError Content)

    typst Typst.Evaluate

    Evaluate a parsed typst expression, evaluating the code and replacing it with content.

  6. evaluateResult :: forall (m :: Type -> Type) c a b . Experiment m c a b -> ResultControl a -> NonEmpty (ResultCandidate b) -> [Text] -> Result c a b

    scientist Scientist.Result.Evaluate

    No documentation available.

  7. evaluateRndUnevaluated :: (Fix SRTree -> StateT EGraph (StateT StdGen IO) (Double, [PVector])) -> StateT EGraph (StateT StdGen IO) Key

    srtree Algorithm.EqSat.SearchSR

    No documentation available.

  8. evaluateDeep :: (MonadIO m, NFData a) => a -> m a

    classy-prelude-yesod ClassyPrelude.Yesod

    Deeply evaluate a value using evaluate and NFData.

  9. evaluatedExpressions :: Breakpoint -> Maybe [Variable]

    gogol-debugger Gogol.Debugger

    Values of evaluated expressions at breakpoint time. The evaluated expressions appear in exactly the same order they are listed in the expressions field. The name field holds the original expression text, the value or members field holds the result of the evaluated expression. If the expression cannot be evaluated, the status inside the Variable will indicate an error and contain the error text.

  10. evaluatedExpressions :: Breakpoint -> Maybe [Variable]

    gogol-debugger Gogol.Debugger.Types

    Values of evaluated expressions at breakpoint time. The evaluated expressions appear in exactly the same order they are listed in the expressions field. The name field holds the original expression text, the value or members field holds the result of the evaluated expression. If the expression cannot be evaluated, the status inside the Variable will indicate an error and contain the error text.

Page 9 of many | Previous | Next