aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYves Bertot2018-05-17 17:12:48 +0200
committerGitHub2018-05-17 17:12:48 +0200
commitf129cf5328771c87b8d2595dccdefdd4da224e2b (patch)
tree466d0f9ee095262716c0501ab6937a1562e783dc
parent679140212d704885f91ec4a23d60628f85bf830a (diff)
parent64b9e9fd6290024431fbcfdbb8aaad4d4b9cc1f9 (diff)
Merge pull request #2 from gares/gares-patch-1
[tuto1] Minor fixes to comments
-rw-r--r--tuto1/src/g_tuto1.ml45
1 files changed, 3 insertions, 2 deletions
diff --git a/tuto1/src/g_tuto1.ml4 b/tuto1/src/g_tuto1.ml4
index 78deabed94..bd53053ec7 100644
--- a/tuto1/src/g_tuto1.ml4
+++ b/tuto1/src/g_tuto1.ml4
@@ -7,7 +7,8 @@ DECLARE PLUGIN "tuto1_plugin"
*)
open Ltac_plugin
open Pp
-(* This one is necessary, to avoid message about missing wit_string *)
+(* This module defines the types of arguments to be used in the
+ EXTEND directives below, for example the string one. *)
open Stdarg
VERNAC COMMAND EXTEND HelloWorld CLASSIFIED AS QUERY
@@ -68,7 +69,7 @@ END
(* When adding a definition, we have to be careful that just
the operation of constructing a well-typed term may already change
the environment, at the level of universe constraints (which
- are recorded in the evd component). The fonction
+ are recorded in the evd component). The function
Constrintern.interp_constr ignores this side-effect, so it should
not be used here. *)