summaryrefslogtreecommitdiff
path: root/old-examples/compiling/CompexEng.gf
diff options
context:
space:
mode:
Diffstat (limited to 'old-examples/compiling/CompexEng.gf')
-rw-r--r--old-examples/compiling/CompexEng.gf8
1 files changed, 8 insertions, 0 deletions
diff --git a/old-examples/compiling/CompexEng.gf b/old-examples/compiling/CompexEng.gf
new file mode 100644
index 000000000..10b0babdc
--- /dev/null
+++ b/old-examples/compiling/CompexEng.gf
@@ -0,0 +1,8 @@
+concrete CompexEng of Compex = open MathematicalEng, ParadigmsEng, Prelude in {
+ lincat
+ Prop = {s : Bool => Str} ;
+ Ind = NP ;
+ lin
+ Even : Ind -> Prop ;
+
+}