aboutsummaryrefslogtreecommitdiff
path: root/proofs
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2019-06-06 15:10:50 +0200
committerEmilio Jesus Gallego Arias2019-06-24 20:55:09 +0200
commit9d65c49f05f946557df4c67b6e752f978e1e9352 (patch)
treedcae68792a86c166f31b9e9706a0bbed63ef12c2 /proofs
parentb2aae7ba35a90e695d34f904c74f5156385344a9 (diff)
[api] Remove `polymorphic` type alias, use labels instead.
This is more in-line with attributes and the rest of the API, and makes some code significantly clearer (as in `foo true false false`, etc...)
Diffstat (limited to 'proofs')
-rw-r--r--proofs/pfedit.mli3
1 files changed, 1 insertions, 2 deletions
diff --git a/proofs/pfedit.mli b/proofs/pfedit.mli
index d1d20b9efe..5f8a073bd1 100644
--- a/proofs/pfedit.mli
+++ b/proofs/pfedit.mli
@@ -13,7 +13,6 @@
open Names
open Constr
open Environ
-open Decl_kinds
(** {6 ... } *)
@@ -67,7 +66,7 @@ val build_constant_by_tactic
-> unit Proofview.tactic
-> Evd.side_effects Proof_global.proof_entry * bool * UState.t
-val build_by_tactic : ?side_eff:bool -> env -> UState.t -> ?poly:polymorphic ->
+val build_by_tactic : ?side_eff:bool -> env -> UState.t -> ?poly:bool ->
EConstr.types -> unit Proofview.tactic ->
constr * bool * UState.t