From c5fcf7179a83ef65c86c6a4a390029149e518649 Mon Sep 17 00:00:00 2001 From: Franciszek Malinka Date: Tue, 5 Oct 2021 21:49:54 +0200 Subject: Duzy commit ze smieciami --- Semestr 3/anm/l10.hs | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Semestr 3/anm/l10.hs (limited to 'Semestr 3/anm/l10.hs') diff --git a/Semestr 3/anm/l10.hs b/Semestr 3/anm/l10.hs deleted file mode 100644 index dfccaf4..0000000 --- a/Semestr 3/anm/l10.hs +++ /dev/null @@ -1,16 +0,0 @@ --- Zadanie 1 - -int :: (String -> a) -> String -> Integer -> a -int f s n = f (s ++ show n) - -str :: (String -> a) -> String -> String -> a -str f s1 s2 = f (s1 ++ s2) - -lit :: String -> (String -> a) -> String -> a -lit s f s2 = f (s2 ++ s) - -(^^) :: (b -> c) -> (a -> b) -> a -> c -(^^) = (.) - -sprintf :: ((String -> a) -> String -> String) -> String -sprintf f = f id "" \ No newline at end of file -- cgit v1.2.3