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