fixed call to bash in Assignments
This commit is contained in:
parent
d8a42e68f9
commit
2aeb096158
3 changed files with 21 additions and 21 deletions
|
@ -20,7 +20,7 @@ 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.
|
||||
|
||||
Submit your homework using the "submit" command.
|
||||
``` bash
|
||||
```bash
|
||||
submit tspl cw1 Assignment1.lagda.md
|
||||
```
|
||||
Please ensure your files execute correctly under Agda!
|
||||
|
|
|
@ -20,7 +20,7 @@ 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.
|
||||
|
||||
Submit your homework using the "submit" command.
|
||||
``` bash
|
||||
```bash
|
||||
submit tspl cw2 Assignment2.lagda.md
|
||||
```
|
||||
Please ensure your files execute correctly under Agda!
|
||||
|
|
|
@ -52,43 +52,43 @@ Lectures take place Monday, Wednesday, and Friday in AT 5.07. (Room provisional.
|
|||
<tr>
|
||||
<td>5</td>
|
||||
<td><b>14 Oct</b> <a href="{{ site.baseurl }}/Lists/">Lists</a></td>
|
||||
<td><b>16 Oct</b> <!-- (tutorial only) --></td>
|
||||
<td><b>18 Oct</b> <!-- <a href="{{ site.baseurl }}/Lists/">Lists</a> --></td>
|
||||
<td><b>16 Oct</b> <a href="{{ site.baseurl }}/Lambda/">Lambda</a>
|
||||
<td><b>18 Oct</b> <a href="{{ site.baseurl }}/Properties/">Properties</a>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>6</td>
|
||||
<td><b>21 Oct</b> <!-- <a href="{{ site.baseurl }}/Lambda/">Lambda</a> --></td>
|
||||
<td><b>23 Oct</b> <!-- (no class) --></td>
|
||||
<td><b>25 Oct</b> <!-- <a href="{{ site.baseurl }}/Properties/">Properties</a> --></td>
|
||||
<td><b>21 Oct</b> <a href="{{ site.baseurl }}/DeBruijn/">DeBruijn</a>
|
||||
<td><b>23 Oct</b> <a href="{{ site.baseurl }}/More/">More</a>
|
||||
<td><b>25 Oct</b> <a href="{{ site.baseurl }}/Inference/">Inference</a>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>7</td>
|
||||
<td><b>28 Oct</b> <!-- <a href="{{ site.baseurl }}/DeBruijn/">DeBruijn</a> --></td>
|
||||
<td><b>30 Oct</b> <!-- <a href="{{ site.baseurl }}/More/">More</a> --></td>
|
||||
<td><b>1 Nov</b> <!-- <a href="{{ site.baseurl }}/Inference/">Inference</a> --></td>
|
||||
<td><b>28 Oct</b> <a href="{{ site.baseurl }}/Untyped/">Untyped</a>
|
||||
<td><b>30 Oct</b> (to be decided)
|
||||
<td><b>1 Nov</b> (no class)
|
||||
</tr>
|
||||
<tr>
|
||||
<td>8</td>
|
||||
<td><b>4 Nov</b> <!-- (no class) --></td>
|
||||
<td><b>6 Nov</b> <!-- (tutorial only) --></td>
|
||||
<td><b>8 Nov</b> <!-- <a href="{{ site.baseurl }}/Untyped/">Untyped</a> --></td>
|
||||
<td><b>4 Nov</b> (no class)
|
||||
<td><b>6 Nov</b> (tutorial only)
|
||||
<td><b>8 Nov</b> (no class)
|
||||
</tr>
|
||||
<tr>
|
||||
<td>9</td>
|
||||
<td><b>11 Nov</b> <!-- (no class) --></td>
|
||||
<td><b>13 Nov</b> <!-- (tutorial only) --></td>
|
||||
<td><b>15 Nov</b> <!-- (no class) --></td>
|
||||
<td><b>11 Nov</b> (no class)
|
||||
<td><b>13 Nov</b> (tutorial only)
|
||||
<td><b>15 Nov</b> (no class)
|
||||
</tr>
|
||||
<tr>
|
||||
<td>10</td>
|
||||
<td><b>18 Nov</b> <!-- (no class) --></td>
|
||||
<td><b>20 Nov</b> <!-- Propositions as Types --></td>
|
||||
<td><b>22 Nov</b> <!-- (no class) --></td>
|
||||
<td><b>18 Nov</b> (no class)
|
||||
<td><b>20 Nov</b> Propositions as Types
|
||||
<td><b>22 Nov</b> (no class)
|
||||
</tr>
|
||||
<tr>
|
||||
<td>11</td>
|
||||
<td><b>25 Nov</b> <!-- (no class) --></td>
|
||||
<td><b>27 Nov</b> <!-- Quantitative (Wen)--></td>
|
||||
<td><b>25 Nov</b> (no class)
|
||||
<td><b>27 Nov</b> Quantitative (Wen)
|
||||
<td><b>29 Nov</b> (mock exam)</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue