Haskell Onboarding Repository for Haedosa Inc.
- Learn You a Haskell for Great Good!: A Beginner’s Guide
- Replit
- If there is no startup
Console
, press the greenRun
button to startghci
. - Inside
ghci
, run:l Main
to loadMain.hs
- Alternatively, run
:l learn-you-a-haskell/src/First
to loadlearn-you-a-haskell/src/First.hs
- If you quit the first
ghci
, thendevShells.x86_64-linux.replit
is run bydirenv
- Although
.envrc
file is not ingit
, it is needed fordirenv
- If there is no startup