From 9a9aada110be18fc88a7559b9dce05d66edf156a Mon Sep 17 00:00:00 2001 From: msozeau Date: Tue, 26 Jan 2010 16:42:56 +0000 Subject: Add [Next Obligation with tactic] support (wish #1953). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12691 85f007b7-540e-0410-9357-904b9bb8a0f7 --- plugins/subtac/subtac_obligations.mli | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'plugins/subtac/subtac_obligations.mli') diff --git a/plugins/subtac/subtac_obligations.mli b/plugins/subtac/subtac_obligations.mli index 5b7a4f7d0..df7cd684a 100644 --- a/plugins/subtac/subtac_obligations.mli +++ b/plugins/subtac/subtac_obligations.mli @@ -43,9 +43,10 @@ val add_mutual_definitions : notations -> fixpoint_kind -> unit -val subtac_obligation : int * Names.identifier option * Topconstr.constr_expr option -> unit +val subtac_obligation : int * Names.identifier option * Topconstr.constr_expr option -> + Tacexpr.raw_tactic_expr option -> unit -val next_obligation : Names.identifier option -> unit +val next_obligation : Names.identifier option -> Tacexpr.raw_tactic_expr option -> unit val solve_obligations : Names.identifier option -> Proof_type.tactic option -> progress (* Number of remaining obligations to be solved for this program *) -- cgit v1.2.3