summaryrefslogtreecommitdiff
path: root/old-examples/compiling/Compex.gf
diff options
context:
space:
mode:
Diffstat (limited to 'old-examples/compiling/Compex.gf')
-rw-r--r--old-examples/compiling/Compex.gf4
1 files changed, 4 insertions, 0 deletions
diff --git a/old-examples/compiling/Compex.gf b/old-examples/compiling/Compex.gf
new file mode 100644
index 000000000..06327c789
--- /dev/null
+++ b/old-examples/compiling/Compex.gf
@@ -0,0 +1,4 @@
+abstract Compex = {
+ cat Prop ; Ind ;
+ fun Even : Ind -> Prop ;
+}