aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/ex-module.v
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2010-08-13 10:27:43 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2010-08-13 10:27:43 +0000
commite6b44c882f85960893d2b3aa8995ad605a28b972 (patch)
tree0e1549e180cf3a003b683c7fd318e0dcf5afa104 /coq/ex-module.v
parenta6ea9f91f82c216b9ce756b7323c456eeb80658c (diff)
Updated.
Diffstat (limited to 'coq/ex-module.v')
-rw-r--r--coq/ex-module.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/ex-module.v b/coq/ex-module.v
index 7e75f59b..19617760 100644
--- a/coq/ex-module.v
+++ b/coq/ex-module.v
@@ -1,4 +1,4 @@
-(* *)
+(* Some scripting tests for modules. Pierre Courtieu. *)
Module Type O1.
Parameter A:Set.
Parameter B:Set.