diff options
| author | Maxime Dénès | 2017-10-10 10:52:30 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-10-10 10:52:30 +0200 |
| commit | a2e283c8545f9e7f2951c42892945b027674a665 (patch) | |
| tree | 5fb5d5946a31f07b83f85eaa9206d9b586ee7b89 /API | |
| parent | 77eb48ff814ec92fdaf4c7b61026d642ac2f14a6 (diff) | |
| parent | ee42eb1e10be8632e277cf8b9ac6ba40ef86372b (diff) | |
Merge PR #768: Omega and romega know about context definitions (fix old bug 148)
Diffstat (limited to 'API')
| -rw-r--r-- | API/API.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/API/API.mli b/API/API.mli index 254cc2215b..04c69b025f 100644 --- a/API/API.mli +++ b/API/API.mli @@ -4661,6 +4661,7 @@ sig val pf_ids_set_of_hyps : 'a Proofview.Goal.t -> Names.Id.Set.t val pf_concl : 'a Proofview.Goal.t -> EConstr.types val pf_get_new_id : Names.Id.t -> 'a Proofview.Goal.t -> Names.Id.t + val pf_get_hyp : Names.Id.t -> 'a Proofview.Goal.t -> EConstr.named_declaration val pf_get_hyp_typ : Names.Id.t -> 'a Proofview.Goal.t -> EConstr.types val pf_get_type_of : 'a Proofview.Goal.t -> EConstr.constr -> EConstr.types val pf_global : Names.Id.t -> 'a Proofview.Goal.t -> Globnames.global_reference |
