Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 804 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 804 Bytes

Implementations of generic count with first-class control

This repository contains code associated with the following papers:

Note that the code in this repository is not part of the companion artifact code published along side the papers. See the papers for details on their artifacts.


The code in this repository illustrates different implementations of the generic count problem using delimited continuations (shift/reset), undelimited continuations (callcc) and state, and effect handlers.