diff options
| author | amblaf | 2017-06-27 08:38:20 +0200 |
|---|---|---|
| committer | amblaf | 2017-07-31 10:34:05 +0200 |
| commit | 1c10b84c0ce5f96a3afd1fc83c738c76070958c3 (patch) | |
| tree | c0dc65c051e4c97fc6a79b7fcbc292e9cb7ac650 /API | |
| parent | b84ab413f8434719dbbf5e09da9a0698b84b0106 (diff) | |
Correcting [build_discriminator] to make the test-suite pass
Diffstat (limited to 'API')
| -rw-r--r-- | API/API.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/API/API.mli b/API/API.mli index 19726b52f2..3905843a55 100644 --- a/API/API.mli +++ b/API/API.mli @@ -5233,7 +5233,7 @@ sig val build_selector : Environ.env -> Evd.evar_map -> int -> EConstr.constr -> EConstr.types -> - EConstr.constr -> EConstr.constr -> Evd.evar_map * EConstr.constr + EConstr.constr -> EConstr.constr -> EConstr.constr val replace : EConstr.constr -> EConstr.constr -> unit Proofview.tactic val general_rewrite : orientation -> Locus.occurrences -> freeze_evars_flag -> dep_proof_flag -> |
