added submit command to assignments

This commit is contained in:
wadler 2019-10-04 18:24:56 +01:00
parent 4f7a16befb
commit 4c5f4f6d93
2 changed files with 7 additions and 0 deletions

View file

@ -20,9 +20,13 @@ You don't need to do all of these, but should attempt at least a few.
Exercises labelled "(practice)" are included for those who want extra practice. Exercises labelled "(practice)" are included for those who want extra practice.
Submit your homework using the "submit" command. Submit your homework using the "submit" command.
``` bash
submit tspl cw1 Assignment1.lagda.md
```
Please ensure your files execute correctly under Agda! Please ensure your files execute correctly under Agda!
## Good Scholarly Practice. ## Good Scholarly Practice.
Please remember the University requirement as Please remember the University requirement as

View file

@ -20,6 +20,9 @@ You don't need to do all of these, but should attempt at least a few.
Exercises labelled "(practice)" are included for those who want extra practice. Exercises labelled "(practice)" are included for those who want extra practice.
Submit your homework using the "submit" command. Submit your homework using the "submit" command.
``` bash
submit tspl cw2 Assignment2.lagda.md
```
Please ensure your files execute correctly under Agda! Please ensure your files execute correctly under Agda!