From a7d7542dc646a5fd124ef71e71ce260889f1701b Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 2 Feb 2016 19:24:50 +0100 Subject: Moved to 1415 directory --- files/practicum/BewijsMapO.icl | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 files/practicum/BewijsMapO.icl (limited to 'files/practicum/BewijsMapO.icl') diff --git a/files/practicum/BewijsMapO.icl b/files/practicum/BewijsMapO.icl deleted file mode 100644 index 144a4d6..0000000 --- a/files/practicum/BewijsMapO.icl +++ /dev/null @@ -1,12 +0,0 @@ -Zij gegeven: - - map :: (a -> b) [a] -> [b] - map f [] = [] (1) - map f [x:xs] = [f x : map f xs] (2) - - (f o g) x = f (g x) (3) - -Bewijs de volgende stelling voor alle eindige lijsten xs en functies f en g: - - map (f o g) xs = map f (map g xs) - -- cgit v1.2.3