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

Delete trailing whitespace in help/Docfiles


# 6c27787e 03-May-2015 Jeremy Dawson <jeremy@cecs.anu.edu.au>

docs for changes to irule and functions it uses


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

GEN_VALIDATE(_LT) - flag for adding new subgoals in any event

GEN_VALIDATE false is like VALIDATE, but adds subgoals for the assumptions
of the theorem produced by the justification, regardless of whether they
are among the assumptions of the goal. Advantage of this is that
GEN_VALIDATE false (ACCEPT_TAC th) produces predictable subgoals,
which may help in coding compound tactics


# 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