My Haskell files created during learning the language and functional programming paradigms.
Installed complier and tools:
GHC 9.4.8
cabal 3.14.1.0
Stack 3.1.1
HLS 2.9.0.0
Folders and some comments on contents:
test1 -- first starts of haskell complier. hello world and filter odd number from range
session1 -- First session at learnyouahaskell
session2 -- Second session at learnyouahaskell
Reference List: