This repository contains a set of small Haskell programs developed to practice and demonstrate fundamental concepts in functional programming. The tasks are organized into separate folders, each showcasing specific techniques such as recursion, pattern matching, higher-order functions, and list manipulation.
- Task 01 – Basic recursion and list operations
- Task 02 – Custom sorting and higher-order function use
- Task 03 – Numeric processing and guards
Each task includes a .hs
source file and a minimal local README.md
with task-specific context.
sudo apt install ghc
ghci
:load <file_name>.hs
<function_name> <input_parameters>
GitHub: xrddev
Released under the MIT License. Originally built as part of a university project.