diff options
Diffstat (limited to 'plugins/interface')
| -rw-r--r-- | plugins/interface/pbp.ml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/interface/pbp.ml b/plugins/interface/pbp.ml index b4dfe8a769..6032c3c000 100644 --- a/plugins/interface/pbp.ml +++ b/plugins/interface/pbp.ml @@ -21,12 +21,13 @@ open Libnames;; open Genarg;; open Topconstr;; open Termops;; +open Namegen;; let zz = Util.dummy_loc;; let hyp_radix = id_of_string "H";; -let next_global_ident = next_global_ident_away true +let next_global_ident = next_ident_away_in_goal (* get_hyp_by_name : goal sigma -> string -> constr, looks up for an hypothesis (or a global constant), from its name *) |
