Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 659 Bytes

File metadata and controls

37 lines (21 loc) · 659 Bytes

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:

https://haskell.org/

https://learnyouahaskell.com/

https://hoogle.haskell.org/

https://wiki.haskell.org/

https://wiki.haskell.org/index.php?title=Reference_card

https://www.seas.upenn.edu/~cis1940/spring13/lectures.html