From a067356625105f50978443d3b0a0a5d8f6391184 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Fri, 24 Apr 2015 14:35:17 +0200 Subject: rare shit --- fp2/week2/mart/oldold/old/Mappen.icl | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 fp2/week2/mart/oldold/old/Mappen.icl (limited to 'fp2/week2/mart/oldold/old/Mappen.icl') diff --git a/fp2/week2/mart/oldold/old/Mappen.icl b/fp2/week2/mart/oldold/old/Mappen.icl new file mode 100644 index 0000000..faca555 --- /dev/null +++ b/fp2/week2/mart/oldold/old/Mappen.icl @@ -0,0 +1,9 @@ +module Mappen + +import StdEnv +import Map + +Start = ( + Map ((+) 1) (Just 42), + Map ((+) 1) [1..10]) +//Map ((+) 1) t7) -- cgit v1.2.3