Skip to content

Code and exercises from Bartosz Milewski's Basics of Haskell Tutorial

Notifications You must be signed in to change notification settings

shaunstanislauslau/bartosz-basics-of-haskell

 
 

Repository files navigation

bartosz-basics-of-haskell

Code and exercises from Bartosz Milewski's Basics of Haskell Tutorial

run

$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 8.0.2

$ ghc sq1.hs
[1 of 1] Compiling Main             ( sq1.hs, sq1.o )
Linking sq1 ...

$ ./sq1
10

About

Code and exercises from Bartosz Milewski's Basics of Haskell Tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 100.0%