A repository for practicing Haskell programming concepts and exercises.
Filter.hs- Filter function implementationsMap.hs- Map function implementations
Use GHC to compile and run Haskell files:
ghc -o program program.hs
./programOr use runhaskell for quick execution:
runhaskell program.hs