aboutsummaryrefslogtreecommitdiff
path: root/proofs
diff options
context:
space:
mode:
Diffstat (limited to 'proofs')
-rw-r--r--proofs/decl_expr.mli7
1 files changed, 2 insertions, 5 deletions
diff --git a/proofs/decl_expr.mli b/proofs/decl_expr.mli
index 24af3842cb..67a1ea5a64 100644
--- a/proofs/decl_expr.mli
+++ b/proofs/decl_expr.mli
@@ -12,10 +12,6 @@ open Names
open Util
open Tacexpr
-type ('constr,'tac) justification =
- By_tactic of 'tac
-| Automated of 'constr list
-
type 'it statement =
{st_label:name;
st_it:'it}
@@ -43,7 +39,8 @@ type block_type =
type ('it,'constr,'tac) cut =
{cut_stat: 'it statement;
- cut_by: ('constr,'tac) justification}
+ cut_by: 'constr list option;
+ cut_using: 'tac option}
type ('var,'constr) hyp =
Hvar of 'var