diff options
| author | Gaëtan Gilbert | 2018-06-22 16:09:23 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-06-26 13:33:51 +0200 |
| commit | 05dff3bdaaf474e67b0878bc2dd0952427ce277e (patch) | |
| tree | 61aca8104fd4e3729d06c392f3fa9bd9b6db06bd /engine/univops.mli | |
| parent | df35025b2be4a0dc9aadecc0e3110a21012683cf (diff) | |
universes_of_constr don't include universes of monomorphic constants
Apparently it was not useful. I don't remember what I was thinking
when I added it.
Diffstat (limited to 'engine/univops.mli')
| -rw-r--r-- | engine/univops.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/univops.mli b/engine/univops.mli index 0b37ab975d..57a53597b9 100644 --- a/engine/univops.mli +++ b/engine/univops.mli @@ -11,8 +11,8 @@ open Constr open Univ -(** The universes of monomorphic constants appear. *) -val universes_of_constr : Environ.env -> constr -> LSet.t +(** Return the set of all universes appearing in [constr]. *) +val universes_of_constr : constr -> LSet.t (** [restrict_universe_context (univs,csts) keep] restricts [univs] to the universes in [keep]. The constraints [csts] are adjusted so |
