Module lambda_calculus::list
[−]
[src]
Functions
| append |
Applied to 2 Church-encoded lists it concatenates them. |
| cons |
Equivalent to |
| head |
Equivalent to |
| index |
Applied to a Church-encoded number |
| length |
Applied to a Church-encoded list it returns its Church-encoded length. |
| list |
Applied to a Church-encoded number |
| nil |
Equivalent to |
| null |
Applied to a Church-encoded list it determines if it is empty. |
| reverse |
Reverses a Church-encoded list. |
| tail |
Equivalent to |