aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--coq/ex-module.v2
-rw-r--r--coq/example-tokens.v6
2 files changed, 5 insertions, 3 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.
diff --git a/coq/example-tokens.v b/coq/example-tokens.v
index b6ea2a29..fe3ab88f 100644
--- a/coq/example-tokens.v
+++ b/coq/example-tokens.v
@@ -1,9 +1,11 @@
(*
- Example uses of X-Symbol symbols in Coq.
+ Example uses of Unicode Tokens symbols in Coq.
See README.
Trac this at http://proofgeneral.inf.ed.ac.uk/trac/ticket/313
- Pierre Courtieu
+ Pierre Courtieu, David Aspinall.
+
+ Turn on with Proof-General → Quick Options → Display → Unicode Tokens
$Id$
*)