aboutsummaryrefslogtreecommitdiff
path: root/cleanc.dcl
diff options
context:
space:
mode:
Diffstat (limited to 'cleanc.dcl')
-rw-r--r--cleanc.dcl10
1 files changed, 10 insertions, 0 deletions
diff --git a/cleanc.dcl b/cleanc.dcl
new file mode 100644
index 0000000..df97ffe
--- /dev/null
+++ b/cleanc.dcl
@@ -0,0 +1,10 @@
+definition module cleanc
+
+:: State :== Int
+
+puti :: !Int !*State -> *State
+
+call :: !String !*State -> *State
+
+geti :: !*State -> (!Int, !*State)
+