aboutsummaryrefslogtreecommitdiff
path: root/examples/alpha_equiv.makkai
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2026-05-06 11:21:22 +0100
committertslil <tslil@posteo.de>2026-05-06 13:35:14 +0100
commit1b4abb8fdd81f6de2166ef3f064a77fd5622fe83 (patch)
tree7a1bea5e296fc8607fed97d7fe82de618959fd32 /examples/alpha_equiv.makkai
parentfbb8835cb73fd51e130f4e319290eeb44eadfcf5 (diff)
clean up examples vs tests
Diffstat (limited to 'examples/alpha_equiv.makkai')
-rw-r--r--examples/alpha_equiv.makkai4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/alpha_equiv.makkai b/examples/alpha_equiv.makkai
deleted file mode 100644
index 2ae067a..0000000
--- a/examples/alpha_equiv.makkai
+++ /dev/null
@@ -1,4 +0,0 @@
-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