Class website (for lecture schedule, slides, and resources)
All homework that you would like us to regrade must be pushed to github by Sun 6/30, at 5:00 pm Boston time.
-
:load
or:l
will change the module you are inspecting -
:reload
or:r
will reload the file. Do this often! -
:type
or:t
will tell you the type of an expression -
:quit
or:q
will leave the repl -
To enter more than one line in the REPL, use
:{
and:}
, as shown here:
Prelude> :{
Prelude| f :: Integer -> Integer
Prelude| f x = x
Prelude| :}
Prelude>
If you are having git
issues, run git status
and post it in a message on Piazza.