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