summaryrefslogtreecommitdiff
path: root/fp2/week2/mart/Mappen.icl
diff options
context:
space:
mode:
Diffstat (limited to 'fp2/week2/mart/Mappen.icl')
-rw-r--r--fp2/week2/mart/Mappen.icl9
1 files changed, 0 insertions, 9 deletions
diff --git a/fp2/week2/mart/Mappen.icl b/fp2/week2/mart/Mappen.icl
deleted file mode 100644
index faca555..0000000
--- a/fp2/week2/mart/Mappen.icl
+++ /dev/null
@@ -1,9 +0,0 @@
-module Mappen
-
-import StdEnv
-import Map
-
-Start = (
- Map ((+) 1) (Just 42),
- Map ((+) 1) [1..10])
-//Map ((+) 1) t7)