diff options
Diffstat (limited to 'proofs')
| -rw-r--r-- | proofs/proof_global.ml | 5 | ||||
| -rw-r--r-- | proofs/proof_global.mli | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/proofs/proof_global.ml b/proofs/proof_global.ml index 780f2eeda6..186472be27 100644 --- a/proofs/proof_global.ml +++ b/proofs/proof_global.ml @@ -315,10 +315,7 @@ module Bullet = struct open Store.Field - type t = - | Dash - | Star - | Plus + type t = Vernacexpr.bullet type behavior = { name : string; diff --git a/proofs/proof_global.mli b/proofs/proof_global.mli index f9dbe3438a..2f9f4a549d 100644 --- a/proofs/proof_global.mli +++ b/proofs/proof_global.mli @@ -102,10 +102,7 @@ val maximal_unfocus : 'a Proof.focus_kind -> Proof.proof -> unit (**********************************************************) module Bullet : sig - type t = - | Dash - | Star - | Plus + type t = Vernacexpr.bullet (** A [behavior] is the data of a put function which is called when a bullet prefixes a tactic, together |
