aboutsummaryrefslogtreecommitdiff
path: root/API/API.mli
diff options
context:
space:
mode:
authorMaxime Dénès2017-12-11 09:36:03 +0100
committerMaxime Dénès2017-12-11 09:36:03 +0100
commit4e6012d60555a22ccd0f0aa408ec47aa0d5de45e (patch)
tree1bebc361ce3a9db8d2619f1796741fb3360eb2b8 /API/API.mli
parent5d52eb47227ed8bd6e67524fc1acc08a95a864fb (diff)
parent59cd53f187939ad32c268cc8ec995d58cee4c297 (diff)
Merge PR #6338: Remove up-to-conversion term matching
Diffstat (limited to 'API/API.mli')
-rw-r--r--API/API.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/API/API.mli b/API/API.mli
index c61dc4d904..93899d21c7 100644
--- a/API/API.mli
+++ b/API/API.mli
@@ -4970,8 +4970,6 @@ sig
val pf_conv_x : Goal.goal Evd.sigma -> EConstr.constr -> EConstr.constr -> bool
- val pf_is_matching : Goal.goal Evd.sigma -> Pattern.constr_pattern -> EConstr.constr -> bool
-
val pf_hyps_types : Goal.goal Evd.sigma -> (Names.Id.t * EConstr.types) list
val pr_gls : Goal.goal Evd.sigma -> Pp.t