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