diff options
Diffstat (limited to 'ctoclean/square.dcl')
-rw-r--r-- | ctoclean/square.dcl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ctoclean/square.dcl b/ctoclean/square.dcl index ea9aaa2..2306c55 100644 --- a/ctoclean/square.dcl +++ b/ctoclean/square.dcl @@ -1,5 +1,4 @@ definition module square -square :: !Int -> Int +clean_square :: !Int -> Int call_square :: !Int -> Int - |