aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/coq
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2007-12-08 19:33:01 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2007-12-08 19:33:01 +0000
commit38072b9cd42819800a7316035fef6aca8a16c47e (patch)
treeccd6c0c9a929d80a133f640903dd077cda312cb4 /etc/coq
parent803c10d642c5e49bca657da93230926cd19ad718 (diff)
New files.
Diffstat (limited to 'etc/coq')
-rw-r--r--etc/coq/xemacs21528.v14
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/coq/xemacs21528.v b/etc/coq/xemacs21528.v
new file mode 100644
index 00000000..bad593d7
--- /dev/null
+++ b/etc/coq/xemacs21528.v
@@ -0,0 +1,14 @@
+(* There are regexp problems with XEmacs 21.5.28 which break this example *)
+
+Module Type T.
+
+Parameter p1 : nat.
+Parameter p2 : nat.
+Parameter p3 : nat.
+Parameter p4 : nat.
+Parameter p5 : nat.
+Parameter p6 : nat.
+Parameter p7 : nat.
+Parameter p8 : nat.
+
+End T.