Skip to content

Commit

Permalink
update page
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjitjhala committed Mar 12, 2024
1 parent d8629e7 commit 8c6da2e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/lectures.html
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ <h1>Lecture Notes</h1>
<tr class="odd">
<td style="text-align: center;">3/5</td>
<td style="text-align: left;">Lexing and Parsing</td>
<td style="text-align: left;"><a href="lectures/06-parsing.html">html</a></td>
<td style="text-align: left;"><a href="lectures/06-parsing.html">html</a> <a href="https://github.com/ucsd-cse130/wi24/tree/main/static/arith">code</a></td>
</tr>
<tr class="even">
<td style="text-align: center;">3/12</td>
Expand Down
1 change: 1 addition & 0 deletions docs/static/code/cse130-code.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ library
Lec_2_13_24
Lec_2_20_24
Lec_2_27_24
Lec_3_12_24

hs-source-dirs:
src
Expand Down
16 changes: 8 additions & 8 deletions lectures.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ The live-edited code for each lecture can be found [here][code].
| 1/25 | A crash course in Haskell | [html][lec2] [pdf][pdf2] |
| 1/30 | **Midterm I** | |
| 2/6 | Datatypes & Recursion | [html][lec3] [pdf][pdf3] |
| 2/15 | Higher Order Functions | [html][lec4] [pdf][pdf4] |
| 2/22 | **Midterm II** | |
| 2/27 | Environments & Closures | [html][lec5] [pdf][pdf5] |
| 3/5 | Lexing and Parsing | [html][lec6] |
| 3/12 | Type Classes & Functors | [html][lec7] [html][lec8] |
| 3/14 | Monads & Hello, world! | [html][lec9] |
| 3/19 | **Final** | |
| 2/15 | Higher Order Functions | [html][lec4] [pdf][pdf4] |
| 2/22 | **Midterm II** | |
| 2/27 | Environments & Closures | [html][lec5] [pdf][pdf5] |
| 3/5 | Lexing and Parsing | [html][lec6] [code][arith] |
| 3/12 | Type Classes & Functors | [html][lec7] [html][lec8] |
| 3/14 | Monads & Hello, world! | [html][lec9] |
| 3/19 | **Final** | |


<!--
Expand Down Expand Up @@ -71,7 +71,7 @@ The live-edited code for each lecture can be found [here][code].
[pdf8]: /static/raw/08-monads.pdf

[code]: https://github.com/ucsd-cse130/wi24/tree/master/static/code/src
[arith]: https://github.com/ucsd-cse130/wi21/tree/master/static/arith
[arith]: https://github.com/ucsd-cse130/wi24/tree/main/static/arith

[lc-1-12]: /static/raw/lec_1_12_21.lc

Expand Down
1 change: 1 addition & 0 deletions static/code/cse130-code.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ library
Lec_2_13_24
Lec_2_20_24
Lec_2_27_24
Lec_3_12_24

hs-source-dirs:
src
Expand Down

0 comments on commit 8c6da2e

Please sign in to comment.