7 lines
84 B
Plaintext
7 lines
84 B
Plaintext
IMPLEMENTATION Example
|
|
|
|
IMPORT Nat COMPLETELY
|
|
|
|
DEF incdec == \\x . (x + 1, x - 1)
|
|
|