| Search internet |
All maps supported by Logiweb can be written using the following syntax:

Above, V denotes the syntax class of all variables and M denotes the syntax class of all maps.
When given a map, the Logiweb abstract machine (lgwam) is able to reduce the map. Lgwam reduces the map according to the following reduction system:

The right hand side of the first reduction rule denotes the result of replacing x by z in y with suitable renaming of bound variables.
The reduction order used is normal order reduction.
A term is said to be on true normal form if it has form
. It is said to be on function normal form if it has form
for some variable v of syntax class V and some term m of syntax class M. A map is said to be on root normal form if it is on true or function normal form.
When given a term, lgwam reduces it using the reduction rules above and normal order reduction until the term is on root normal form (if ever).
| Search logiweb.eu |