diff options
| author | Enrico Tassi | 2014-02-21 18:24:59 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2014-02-26 14:53:08 +0100 |
| commit | 0499f51cedb38eba6b8ecd01ce94ddfb1b6ae9c8 (patch) | |
| tree | eb43b12647b93e52784c9118d77c7a64199989a5 /checker/declarations.mli | |
| parent | f7338257584ba69e7e815c7ef9ac0d24f0dec36c (diff) | |
checker and votour ported to new vo format (after -vi2vo)
Diffstat (limited to 'checker/declarations.mli')
| -rw-r--r-- | checker/declarations.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/checker/declarations.mli b/checker/declarations.mli index a5785b52a3..3c6db6ab71 100644 --- a/checker/declarations.mli +++ b/checker/declarations.mli @@ -2,9 +2,11 @@ open Names open Cic val force_constr : constr_substituted -> constr +val force_lazy_constr_univs : Cic.constant_def -> Univ.constraints val from_val : constr -> constr_substituted val indirect_opaque_access : (DirPath.t -> int -> constr) ref +val indirect_opaque_univ_access : (DirPath.t -> int -> Univ.constraints) ref (** Constant_body *) |
