aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-02-12 14:01:09 +0100
committerGaëtan Gilbert2020-02-13 15:12:01 +0100
commitbbf05cd2baa767c46ce95c1c185b87521afc0ec7 (patch)
treef3a8e08ce9e285141abaf59cf59a869a78f32998
parent3af570b60e6912d2eb906ce86a3df3b8ecca675c (diff)
Delete unused comment
-rw-r--r--vernac/vernacentries.ml10
1 files changed, 0 insertions, 10 deletions
diff --git a/vernac/vernacentries.ml b/vernac/vernacentries.ml
index bb8df512ca..dec5a79892 100644
--- a/vernac/vernacentries.ml
+++ b/vernac/vernacentries.ml
@@ -762,16 +762,6 @@ let vernac_inductive ~atts cum lo kind indl =
ComInductive.do_mutual_inductive ~template udecl indl ~cumulative ~poly ~private_ind:lo ~uniform finite
else
user_err (str "Mixed record-inductive definitions are not allowed")
-(*
-
- match indl with
- | [ ( id , bl , c , Class _, Constructors [l]), [] ] ->
- let f =
- let (coe, ({loc;v=id}, ce)) = l in
- let coe' = if coe then Some true else None in
- (((coe', AssumExpr ((make ?loc @@ Name id), ce)), None), [])
- in vernac_record cum (Class true) atts.polymorphic finite [id, bl, c, None, [f]]
- *)
let vernac_fixpoint_common ~atts discharge l =
if Dumpglob.dump () then