summaryrefslogtreecommitdiff
path: root/files/practicum/LijstTypes.icl
diff options
context:
space:
mode:
Diffstat (limited to 'files/practicum/LijstTypes.icl')
-rw-r--r--files/practicum/LijstTypes.icl20
1 files changed, 20 insertions, 0 deletions
diff --git a/files/practicum/LijstTypes.icl b/files/practicum/LijstTypes.icl
new file mode 100644
index 0000000..1f5ce0e
--- /dev/null
+++ b/files/practicum/LijstTypes.icl
@@ -0,0 +1,20 @@
+module LijstTypes
+
+import StdEnv
+
+Start = 0
+
+e1 :: [Int]
+e1 =
+
+e2 :: [Bool]
+e2 =
+
+e3 :: [[Int]]
+e3 =
+
+e4 :: [[[Real]]]
+e4 =
+
+e5 :: [Int Int -> Int]
+e5 =