1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
opal-examples/Blatt01/Example.impl
2013-10-19 01:17:37 +02:00

7 lines
84 B
Plaintext

IMPLEMENTATION Example
IMPORT Nat COMPLETELY
DEF incdec == \\x . (x + 1, x - 1)