From 61dc740ed1c3780cccaec00d059a28f0d31d0052 Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Mon, 4 Jun 2012 12:07:52 +0200 Subject: Imported Upstream version 8.4~gamma0+really8.4beta2 --- pretyping/evd.mli | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pretyping/evd.mli') diff --git a/pretyping/evd.mli b/pretyping/evd.mli index 55c54f2c..194880e2 100644 --- a/pretyping/evd.mli +++ b/pretyping/evd.mli @@ -147,6 +147,8 @@ val is_empty : evar_map -> bool there are uninstantiated evars in [sigma]. *) val has_undefined : evar_map -> bool +(** [add sigma ev info] adds [ev] with evar info [info] in sigma. + Precondition: ev must not preexist in [sigma]. *) val add : evar_map -> evar -> evar_info -> evar_map val find : evar_map -> evar -> evar_info -- cgit v1.2.3