From 89304b27ea81270684810c18d3315c9d399beaf9 Mon Sep 17 00:00:00 2001 From: tslil Date: Tue, 5 May 2026 11:15:07 +0100 Subject: address remaining TODO, fix issues with left-nesting for for and ext, add motivation blurb to the readme --- examples/alpha_equiv.makkai | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 examples/alpha_equiv.makkai (limited to 'examples/alpha_equiv.makkai') diff --git a/examples/alpha_equiv.makkai b/examples/alpha_equiv.makkai new file mode 100644 index 0000000..2ae067a --- /dev/null +++ b/examples/alpha_equiv.makkai @@ -0,0 +1,4 @@ +let signature S = (n : Nat) -> Set +let signature T = (m : Nat) -> Set +let instance i :: S = for (x : Nat), (Nat :: Set) +let instance j :: T = i -- cgit v1.3.1