aboutsummaryrefslogtreecommitdiff
path: root/tactics
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-03-25 14:16:16 +0100
committerGaëtan Gilbert2020-03-25 14:16:16 +0100
commit6a84a302a54ffb9ae687f870c797e161a08280be (patch)
treee34cfeee4117fc207cb8b7bf5521fc1dffb41fc2 /tactics
parentf8de4874c44a24fa107ec6089ae4914821e359a8 (diff)
parentb623017fea475b7b91c99f462b0fe2458bfe91e7 (diff)
Merge PR #11785: [proof] consolidation of mutual definition declaration path
Reviewed-by: SkySkimmer Ack-by: herbelin Reviewed-by: ppedrot
Diffstat (limited to 'tactics')
-rw-r--r--tactics/proof_global.ml8
-rw-r--r--tactics/proof_global.mli4
2 files changed, 1 insertions, 11 deletions
diff --git a/tactics/proof_global.ml b/tactics/proof_global.ml
index 7fd1634dcf..623e6b8a42 100644
--- a/tactics/proof_global.ml
+++ b/tactics/proof_global.ml
@@ -8,14 +8,6 @@
(* * (see LICENSE file for the text of the license) *)
(************************************************************************)
-(***********************************************************************)
-(* *)
-(* This module defines proof facilities relevant to the *)
-(* toplevel. In particular it defines the global proof *)
-(* environment. *)
-(* *)
-(***********************************************************************)
-
open Util
open Names
open Context
diff --git a/tactics/proof_global.mli b/tactics/proof_global.mli
index f1281d1291..e1c75c0649 100644
--- a/tactics/proof_global.mli
+++ b/tactics/proof_global.mli
@@ -8,9 +8,7 @@
(* * (see LICENSE file for the text of the license) *)
(************************************************************************)
-(** This module defines proof facilities relevant to the
- toplevel. In particular it defines the global proof
- environment. *)
+(** State for interactive proofs. *)
type t