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