Skip to content

BU-CS320/Summer-2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 

Repository files navigation

Summer-2019

Project

Class website (for lecture schedule, slides, and resources)

Piazza

HW resubmission

All homework that you would like us to regrade must be pushed to github by Sun 6/30, at 5:00 pm Boston time.

REPL hints

  • :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>

git issues

If you are having git issues, run git status and post it in a message on Piazza.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published