Skip to content

Instantly share code, notes, and snippets.

@henrytill
henrytill / tuple.agda
Created December 19, 2024 21:18 — forked from bobatkey/tuple.agda
"A Quick Introduction to Denotational Semantics using Agda" notes for talk given at TUPLE 2024 (https://typesig.comp-soc.com/tuple/)
{-# OPTIONS --postfix-projections #-}
module tuple where
------------------------------------------------------------------------------
--