diff options
Diffstat (limited to 'files/practicum/WC.dcl')
-rw-r--r-- | files/practicum/WC.dcl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/files/practicum/WC.dcl b/files/practicum/WC.dcl new file mode 100644 index 0000000..28f30e1 --- /dev/null +++ b/files/practicum/WC.dcl @@ -0,0 +1,5 @@ +definition module WC
+
+import StdFile
+
+wc :: String *env -> (Int,*env) | FileSystem env
|