Eval -package:parallel
Low level interface to parallel array filling operators.
Evaluator for actions (
Action,
YiAction). Uses a
GHCi session under the hood.
Monad for performing symbolic evaluation.
The monad of partial evaluation. The inner monad is IO, as primitive
evaluation can attempt to evaluate IO actions.
A response to an eval comment
Types and functions related to Stack's eval command.
This module provides the "evaluation" part of the partial evaluator.
This is implemented in the classic "eval/apply" style, with a variant
of apply for performing type applications.
Warning: this is an internal module, and does not have a stable
API or name. Functions in this module may not check or enforce
preconditions expected by public modules. Use at your own risk!
This module doesn't contains actual eval, see
vimEval comment.
Represents a type family application.
Evaluation of SRTree expressions
This module doesn't contains actual eval, see
pureEval comment.