aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/cc/ccproof.mli
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/cc/ccproof.mli')
-rw-r--r--plugins/cc/ccproof.mli8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/cc/ccproof.mli b/plugins/cc/ccproof.mli
index 7fd28390f..2a0ca688c 100644
--- a/plugins/cc/ccproof.mli
+++ b/plugins/cc/ccproof.mli
@@ -18,12 +18,12 @@ type rule=
| Refl of term
| Trans of proof*proof
| Congr of proof*proof
- | Inject of proof*constructor*int*int
-and proof =
+ | Inject of proof*constructor*int*int
+and proof =
private {p_lhs:term;p_rhs:term;p_rule:rule}
-val build_proof :
- forest ->
+val build_proof :
+ forest ->
[ `Discr of int * pa_constructor * int * pa_constructor
| `Prove of int * int ] -> proof