aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/class.ml
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2014-06-03 14:23:17 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2014-06-04 18:42:22 +0200
commit6c9e2ded8fc093e42902d008a883b6650533d47f (patch)
tree53b91966c76b3a535308a8a73d113c5fff96de0a /toplevel/class.ml
parent90fc6f45fa1a4ef5251046d8b4e4249164afa60b (diff)
Collecting in Namegen those conventional default names that are used in different places
Diffstat (limited to 'toplevel/class.ml')
-rw-r--r--toplevel/class.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/class.ml b/toplevel/class.ml
index eedb35acf..9ca75d173 100644
--- a/toplevel/class.ml
+++ b/toplevel/class.ml
@@ -188,7 +188,7 @@ let build_id_coercion idf_opt source poly =
let lams,t = decompose_lam_assum c in
let val_f =
it_mkLambda_or_LetIn
- (mkLambda (Name (Id.of_string "x"),
+ (mkLambda (Name Namegen.default_dependent_ident,
applistc vs (extended_rel_list 0 lams),
mkRel 1))
lams