aboutsummaryrefslogtreecommitdiff
path: root/tactics
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2016-05-31 13:33:01 +0200
committerPierre-Marie Pédrot2016-05-31 13:33:01 +0200
commit27dffdea5b46f6282c1584db0555213e744352fa (patch)
tree3f89cd9e8828f1ca1c8a1c10d74f020dcb7543f1 /tactics
parentcb31cd671a0ef4da0cf834dad5b67776098bb0d1 (diff)
Revert "Rename Lexer -> CLexer."
This reverts commit a66b57ba4bba866bb626bde2b6fe3b762347eb3e.
Diffstat (limited to 'tactics')
-rw-r--r--tactics/tacinterp.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/tacinterp.ml b/tactics/tacinterp.ml
index a7acdf7594..5ecc46d670 100644
--- a/tactics/tacinterp.ml
+++ b/tactics/tacinterp.ml
@@ -491,7 +491,7 @@ let interp_fresh_id ist env sigma l =
String.concat "" (List.map (function
| ArgArg s -> s
| ArgVar (_,id) -> Id.to_string (interp_ident ist env sigma id)) l) in
- let s = if CLexer.is_keyword s then s^"0" else s in
+ let s = if Lexer.is_keyword s then s^"0" else s in
Id.of_string s in
Tactics.fresh_id_in_env avoid id env