aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-08-29 14:53:45 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-08-29 14:53:45 +0200
commita980d38681f7ab9bfd8a180f2252ce573e3ff211 (patch)
treed7aeddb82fcf927b9eb59ebd24b387435f2b2cdf
parent7caaf8d434499feb1c3b3c86ad1538905fc34d3f (diff)
Post-merge API fix.
-rw-r--r--API/API.mli4
1 files changed, 1 insertions, 3 deletions
diff --git a/API/API.mli b/API/API.mli
index a90f8f84c..d1774afe5 100644
--- a/API/API.mli
+++ b/API/API.mli
@@ -4389,9 +4389,7 @@ end
module Proof_type :
sig
- type prim_rule =
- | Cut of bool * bool * Names.Id.t * Term.types
- | Refine of Constr.t
+ type prim_rule = Refine of Constr.t
type tactic = Goal.goal Evd.sigma -> Goal.goal list Evd.sigma
end