From 8cc91fa4b152e3a84718731970c4ee1ca6b744fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Hillerstr=C3=B6m?= Date: Thu, 20 May 2021 18:03:38 +0100 Subject: [PATCH] WIP --- thesis.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/thesis.tex b/thesis.tex index 7f9393a..0f23a67 100644 --- a/thesis.tex +++ b/thesis.tex @@ -397,6 +397,9 @@ A whole programming paradigm known as \emph{effectful programming} is built around the idea of simulating computational effects using control effects. +In this dissertation I also advocate a new programming paradigm, which +I dub \emph{effect handler oriented programming}. + % \dhil{This dissertation is about the operational foundations for programming and implementing effect handlers, a particularly modular