From 208a0f7bfa5249f9795e6e225f309cbe715c0fad Mon Sep 17 00:00:00 2001 From: Samuel Mimram Date: Tue, 21 Nov 2006 21:38:49 +0000 Subject: Imported Upstream version 8.1~gamma --- contrib/subtac/subtac_obligations.mli | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 contrib/subtac/subtac_obligations.mli (limited to 'contrib/subtac/subtac_obligations.mli') diff --git a/contrib/subtac/subtac_obligations.mli b/contrib/subtac/subtac_obligations.mli new file mode 100644 index 00000000..7d93d57b --- /dev/null +++ b/contrib/subtac/subtac_obligations.mli @@ -0,0 +1,10 @@ +open Util + +val add_entry : Names.identifier -> Term.constr -> Term.types -> + (Names.identifier * Term.types * Intset.t) array -> unit + +val subtac_obligation : int * Names.identifier option -> unit + +val solve_obligations : Names.identifier option -> Proof_type.tactic -> unit + +val show_obligations : Names.identifier option -> unit -- cgit v1.2.3