|
Untyped.Calculus | Stability | experimental | Maintainer | thanos@sians.org |
|
|
|
|
|
Description |
Calculus for the untyped system.
|
|
Synopsis |
|
|
|
|
Data types
|
|
|
List of terms that represents a computation.
|
|
|
A computer takes a term and returns the term's computation.
|
|
Evaluator
|
|
|
Small-step evaluation.
Operational semantics for this calculus.
|
|
Evaluation methods
|
|
|
Step-by-step evaluation. It may easily loop infinitely.
|
|
|
Step-by-step safe evaluation, avoiding easy-to-catch loops.
|
|
|
Transforms a Computer into a big-step evaluator.
|
|
Term predicates
|
|
|
Checks if the given term can make a computational step.
|
|
|
A term that cannot take any step, but still is not a value.
|
|
Produced by Haddock version 2.4.2 |