aboutsummaryrefslogtreecommitdiff
path: root/cleanc.dcl
blob: df97ffe91c22c1ec8081b890cd0e07a4f7fddbff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
definition module cleanc

:: State :== Int

puti :: !Int !*State -> *State

call :: !String !*State -> *State

geti :: !*State -> (!Int, !*State)