diff options
Diffstat (limited to 'library/library.mli')
| -rw-r--r-- | library/library.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/library.mli b/library/library.mli index 727eca10cf..de395fd3b4 100644 --- a/library/library.mli +++ b/library/library.mli @@ -35,7 +35,7 @@ type seg_sum type seg_lib type seg_univ = (* all_cst, finished? *) Univ.ContextSet.t * bool -type seg_proofs = (Opaqueproof.cooking_info list * int * Constr.t option) array +type seg_proofs = Opaqueproof.opaque_proofterm array (** Open a module (or a library); if the boolean is true then it's also an export otherwise just a simple import *) |
