aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/coq
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2002-08-30 12:51:26 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2002-08-30 12:51:26 +0000
commit80ec19ef14439fff1768afebeb2f575a09bbcce5 (patch)
tree8c242f4bd7083f23815521bfbb7c6f1239a0852e /etc/coq
parent1478a03a2cf50159ba0f4b59e567f3112b7c767c (diff)
New files.
Diffstat (limited to 'etc/coq')
-rw-r--r--etc/coq/parsing.v9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/coq/parsing.v b/etc/coq/parsing.v
new file mode 100644
index 00000000..5858922d
--- /dev/null
+++ b/etc/coq/parsing.v
@@ -0,0 +1,9 @@
+(* Here's a test of a
+
+ (* nested comment:
+ Since Coq has them, PG ought to be able to deal
+ with them.
+ *)
+*)
+
+Require Logic. \ No newline at end of file