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