aboutsummaryrefslogtreecommitdiff
path: root/examples/ext_codomain.makkai
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ext_codomain.makkai')
-rw-r--r--examples/ext_codomain.makkai5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/ext_codomain.makkai b/examples/ext_codomain.makkai
deleted file mode 100644
index da0ddae..0000000
--- a/examples/ext_codomain.makkai
+++ /dev/null
@@ -1,5 +0,0 @@
-let signature S = (x : Nat) -> theory { G :: Set }
-
-let instance s :: S = for (x : Nat), { .G = (Nat :: Set) }
-
-let set NatAgain = set-of((s 42) .G)