Skip to content

Commit 9d2ded8

Browse files
committed
update projects
1 parent 33ef067 commit 9d2ded8

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

_data/projects.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,46 @@ In this project you will study programming with first-class continuations. ...."
230230
"available": 1
231231
},
232232

233+
{
234+
"title": "Algebraic Effects and Handlers",
235+
"supervisor": {
236+
"name": "Dan Frumin",
237+
"email": "[email protected]"
238+
},
239+
"short_description": ".",
240+
"long_description": "....",
241+
"tags": ["type theory", "functional programming"],
242+
"category": "BSc",
243+
"available": 1
244+
},
245+
246+
{
247+
"title": "Polymorphism and Row-Polymorphism",
248+
"supervisor": {
249+
"name": "Dan Frumin",
250+
"email": "[email protected]"
251+
},
252+
"short_description": ".",
253+
"long_description": "....",
254+
"tags": ["type theory", "functional programming"],
255+
"category": "BSc",
256+
"available": 1
257+
},
258+
259+
260+
{
261+
"title": "Gradual Typing and Guarantees",
262+
"supervisor": {
263+
"name": "Dan Frumin",
264+
"email": "[email protected]"
265+
},
266+
"short_description": ".",
267+
"long_description": "....",
268+
"tags": ["type theory", "functional programming"],
269+
"category": "BSc",
270+
"available": 1
271+
},
272+
233273

234274
{
235275
"title": "From Gossip Protocols to Session Protocols (and Back)",

0 commit comments

Comments
 (0)