Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update TSPL 2023 to fix times and Assignment 1 #913

Merged
merged 1 commit into from
Sep 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion courses/TSPL/2023/Assignment1.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module Naturals where
import Relation.Binary.PropositionalEquality as Eq
open Eq using (_≡_; refl)
open Eq.≡-Reasoning using (begin_; _≡⟨⟩_; _∎)
import Data.Nat using (ℕ; zero; suc; _+_; _*_; _^_; _∸_)
open import Data.Nat using (ℕ; zero; suc; _+_; _*_; _^_; _∸_)
```

#### Exercise `seven` (practice) {#seven}
Expand Down
7 changes: 5 additions & 2 deletions courses/TSPL/2023/tspl.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@ permalink : /TSPL/2023/
Lectures take place Monday and Wednesday.
Each lecture is immediately followed by a tutorial.

* **12.00--14.00** _Monday Lecture and Tutorial_
* **12.10--14.00** _Monday Lecture and Tutorial_
[Old Medical School](https://www.ed.ac.uk/maps/maps?building=0113)
[MST Teaching Room 13 (01M.473) - Doorway 3]( https://www.ed.ac.uk/timetabling-examinations/timetabling/room-bookings/bookable-rooms3/room/0113_01M_01M.473)
* **10.00--10.50** _Wednesday Lecture and Tutorial_
* **12.10--14.00** _Wednesday Lecture and Tutorial_
[Appleton Tower](https://www.ed.ac.uk/maps/maps?building=0201)
[AT 2.12](https://www.ed.ac.uk/timetabling-examinations/timetabling/room-bookings/bookable-rooms3/room/0201_02_2.12)
* **12.10--14.00** _Friday Lecture and Tutorial_ **(week 1 only)**
[Old Medical School](https://www.ed.ac.uk/maps/maps?building=0113)
[MST Teaching Room 13 (01M.473) - Doorway 3]( https://www.ed.ac.uk/timetabling-examinations/timetabling/room-bookings/bookable-rooms3/room/0113_01M_01M.473)

## Links

Expand Down
Loading