diff options
Diffstat (limited to 'files/practicum/Subs.icl')
-rw-r--r-- | files/practicum/Subs.icl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/files/practicum/Subs.icl b/files/practicum/Subs.icl deleted file mode 100644 index f7f2d94..0000000 --- a/files/practicum/Subs.icl +++ /dev/null @@ -1,8 +0,0 @@ -implementation module Subs
-
-import StdEnv
-
-Start = subs [1..5]
-
-subs :: // meest algemene type
-subs ...
|