Skip to content

Latest commit

 

History

33 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

HaskellDump

Dumping ground for Haskell

Haskell Installation for Windows using Chocolatey

From Admin-Powershell run:

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

Then from Admin command-prompt

choco install haskell-dev

For REPL:

ghci.exe

To compile:

ghc main.hs

Learning

Mostly taken from Derek Banas' video and Learn You a Haskell for Great Good!

Programming in Haskell by Graham Hutton

Typing up and exercises from Graham Hutton's book.

Programming in Haskell book cover

About

Dumping ground for Haskell

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages