aboutsummaryrefslogtreecommitdiff
path: root/kernel/opaqueproof.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2019-06-04 10:19:02 +0200
committerPierre-Marie Pédrot2019-06-04 11:16:17 +0200
commit0f54a91eac98baf076d8be8f52bccdb1de17ea46 (patch)
tree5e6c7901f04577ba1fd4a4a05e09ff5df8cf4e76 /kernel/opaqueproof.mli
parente7ffa1bfa25300a25c1e81583b77d2d7587bbb5d (diff)
Slightly tweak the representation of dischargeable opaque proofs.
This will allow an easier removal of the discharge segment in a later commit.
Diffstat (limited to 'kernel/opaqueproof.mli')
-rw-r--r--kernel/opaqueproof.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/opaqueproof.mli b/kernel/opaqueproof.mli
index 47439a787d..41f5ebb6b3 100644
--- a/kernel/opaqueproof.mli
+++ b/kernel/opaqueproof.mli
@@ -65,6 +65,6 @@ val discharge_direct_opaque :
val join_opaque : ?except:Future.UUIDSet.t -> opaquetab -> opaque -> unit
val dump : ?except:Future.UUIDSet.t -> opaquetab ->
- (cooking_info list * int * Constr.t) option array *
+ (cooking_info list * int * Constr.t option) array *
cooking_info list array *
int Future.UUIDMap.t