History log of /seL4-l4v-10.1.1/HOL4/help/Docfiles/proofManagerLib.expand.doc
Revision Date Author Comments
# 8f6d7784 16-Nov-2015 Michael Norrish <Michael.Norrish@nicta.com.au>

Delete trailing whitespace in help/Docfiles


# fce4b42a 20-Dec-2014 Jeremy Dawson <jeremy@cecs.anu.edu.au>

added flatn command in proofManagerLib

in interactive proof, to flatten subgoal stack, so as to merge current list of
subgoals with previous level(s)


# 621c1ebb 13-Dec-2014 Jeremy Dawson <jeremy@cecs.anu.edu.au>

VALIDATE and VALIDATE_LT

If tac (ltac) is invalid due to proving theorems with extra assumptions,
VALIDATE tac and VALIDATE_LT ltac make the tactic valid by returning extra
subgoals to prove the extra assumptions


# 3825a653 10-Aug-2010 Anthony Fox <anthony.fox@cl.cam.ac.uk>

Purge on broken links within the (HTML) documentation. This mostly involves
deleting SEEALSO entries (where documentation doesn't exist) but also fixing a
few links.

Also fixed the anchor links in TheoryIndex.html and idIndex.html. In both
cases there aren't any entries starting with the letter "Y".


# e0399b21 11-Feb-2010 Thomas Tuerk <Thomas.Tuerk@cl.cam.ac.uk>

make the documentation of proofManagerLib reflect the renaming of BBackup to restore and save_proof to save


# 4933acfb 05-Feb-2010 Ramana Kumar <ramana.kumar@gmail.com>

Documentation for the new proofManagerLib procedures.

I added some brief documentation for save_proof, Backup, forget_history, and
restart. These could all still benefit from some examples.

Unfortunately subversion says proofManagerLib.backup.doc and
proofManagerLib.Backup.doc clash, so I saved the Backup documentation in
proofManagerLib.BBackup.doc. If this gets fixed somehow, then the SEEALSO links
should be changed too.

I changed the SEEALSO section for all the proofManagerLib contents to refer to
everything in the signature (excluding prettyprinting stuff and abbreviations).
Exceptions: expand and backup also refer to their abbreviations, and expand(f)
also refers to Tactical.VALID as before. And I refer to BBackup instead of
Backup for the reason above.

Some of the links are broken (some were broken before this change too), since
there isn't yet documentation for gt, set_goaltree, new_goalstack,
new_goaltree, add, drop, dropn, et, expandv, initial_goal, top_goals, status,
rotate, or rotate_proofs.


# 0801673d 14-Jun-2008 Konrad Slind <konrad.slind@gmail.com>

Modify doc files to reflect change from goalstackLib
to proofManagerLib.