diff options
| author | herbelin | 2002-07-24 16:23:44 +0000 |
|---|---|---|
| committer | herbelin | 2002-07-24 16:23:44 +0000 |
| commit | ffdde781b762873f465d8bb93c2ba70decffb0c5 (patch) | |
| tree | dd84c7ec65ca9609aa9747ca05bce568f76ec1ae /proofs/pfedit.mli | |
| parent | 9d62331f8bc221c5d85616b784714ee57376e6b9 (diff) | |
Ajout d'un point d'entree pour exporter les arbres de preuves en XML
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2917 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs/pfedit.mli')
| -rw-r--r-- | proofs/pfedit.mli | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/proofs/pfedit.mli b/proofs/pfedit.mli index bb66cb6891..78314eacbc 100644 --- a/proofs/pfedit.mli +++ b/proofs/pfedit.mli @@ -98,6 +98,9 @@ val cook_proof : unit -> identifier * (Safe_typing.constant_entry * (bool * strength) * declaration_hook) +(* To export completed proofs to xml *) +val set_xml_cook_proof : (pftreestate -> unit) -> unit + (*s [get_pftreestate ()] returns the current focused pending proof or raises [UserError "no focused proof"] *) |
