aboutsummaryrefslogtreecommitdiffhomepage
path: root/vernac/record.ml
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-12-27 09:48:38 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-12-27 09:48:38 +0100
commit9a8737360c72735e2099e4d81c9448f37311b498 (patch)
tree1964cb69a389a1b4292c5d1a546e145bbba548a8 /vernac/record.ml
parent7fa691096df2ab8924f3449f588a6a9d6c81b5f7 (diff)
parent4baccd824d1fe40c57b25c6d3ce04a54c6a38420 (diff)
Merge PR #6289: Remove unused boolean from cl_context field of Typeclasses.typeclass
Diffstat (limited to 'vernac/record.ml')
-rw-r--r--vernac/record.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vernac/record.ml b/vernac/record.ml
index 114b55cb4..a7eb19dc8 100644
--- a/vernac/record.ml
+++ b/vernac/record.ml
@@ -523,7 +523,7 @@ let declare_class finite def cum ubinders univs id idbuild paramimpls params ari
let ctx_context =
List.map (fun decl ->
match Typeclasses.class_of_constr Evd.empty (EConstr.of_constr (RelDecl.get_type decl)) with
- | Some (_, ((cl,_), _)) -> Some (cl.cl_impl, true)
+ | Some (_, ((cl,_), _)) -> Some cl.cl_impl
| None -> None)
params, params
in