From 985974c264804ff788b3b5242fef707d4b7fa9a6 Mon Sep 17 00:00:00 2001 From: evuez Date: Mon, 1 Apr 2024 15:17:30 +0200 Subject: Initial commit --- src/Intro.hs | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 src/Intro.hs (limited to 'src/Intro.hs') diff --git a/src/Intro.hs b/src/Intro.hs new file mode 100644 index 0000000..46e35d4 --- /dev/null +++ b/src/Intro.hs @@ -0,0 +1,50 @@ +module Intro + ( ($) + , (&&) + , (+) + , (++) + , (-) + , (.) + , (/=) + , (<$>) + , (<) + , (=<<) + , (==) + , (>>=) + , (||) + , Bool (False, True) + , Char + , Eq + , IO + , Int + , Maybe (Just, Nothing) + , Either (Left, Right) + , Show + , String + , break + , concat + , const + , curry + , dropWhile + , filter + , flip + , foldr + , fst + , head + , length + , fmap + , mconcat + , not + , otherwise + , pure + , putStrLn + , reverse + , show + , snd + , words + , zip + , zipWith + ) +where + +import Prelude -- cgit v1.2.3