This garden will contain my (agniv's) notes on Haskell, following some of the course material from Oxford, the official guide for haskell, and learn you a haskell for a great good!
Use installing haskell to install, and check out ide support for vs-code specific extensions. Then you should check out running haskell for, well, obvious reasons. The vs-code extension needs vs-code to be reloaded so it can do runghc
, because this skips over any complaints from the window's defender.
And yes, the site's favicon 3d_haskell.svg is a poorly ai-generated rendition of a 3d logo for haskell :P. If you want to get back, click here.
To see the specifics:
- Oxford's course material (course notes) correlates with oxford functional programming.