From 23525ba6df1a907090447f13f45546dfab997443 Mon Sep 17 00:00:00 2001 From: dibiyu <105071245+dbyuksel@users.noreply.github.com> Date: Mon, 11 Nov 2024 15:41:08 +0000 Subject: [PATCH] Jade's talk --- _101.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_101.json b/_101.json index 59af7cf..99d5a1a 100644 --- a/_101.json +++ b/_101.json @@ -54,8 +54,8 @@ "speakerurl": "https://sites.google.com/view/jadeedenstarmaster", "institute": "GLAIVE", "insturl": "", - "title": "Categorical semantics of dependent type theory", - "abstract": "TBD", + "title": "Representation Matters (Taking Categories Seriously)", + "abstract": "When we endeavor to build software based on category theory, we often have two categorically equivalent structures that represent the same underlying data and the correct choice of structure subtly depends on what you would like to do. The first generation of categorical programming languages heavily used the monad to represent algebraic effects. However, what if we made a different choice? Categorically equivalent to Monads are Lawvere theories, whose presentation as categories allows for many useful constructions which are more awkward in the Monad representation. In this talk, I will imagine what a system for algebraic effects based on Lawvere theories might look like. This talk will include a lightning introduction to Lawvere theories as well as a tour through an idris2 implementation of these ideas which still contains too many holes to float.", "location": "LT310 and Online", "material": [] },