aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/extraargs.ml4
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/extraargs.ml4')
-rw-r--r--tactics/extraargs.ml44
1 files changed, 2 insertions, 2 deletions
diff --git a/tactics/extraargs.ml4 b/tactics/extraargs.ml4
index 5c2746986..a15f907c6 100644
--- a/tactics/extraargs.ml4
+++ b/tactics/extraargs.ml4
@@ -121,8 +121,8 @@ END
type 'id gen_place= ('id * hyp_location_flag,unit) location
-type loc_place = identifier Loc.located gen_place
-type place = identifier gen_place
+type loc_place = Id.t Loc.located gen_place
+type place = Id.t gen_place
let pr_gen_place pr_id = function
ConclLocation () -> Pp.mt ()