History log of /seL4-l4v-master/HOL4/src/tfl/examples/subst.list
Revision Date Author Comments
# e1393ea0 18-Oct-2008 Konrad Slind <konrad.slind@gmail.com>

Mods to get examples working again.


# 3890ad80 21-Apr-2008 Konrad Slind <konrad.slind@gmail.com>

Changed behaviour of simplifier to
propagate the abbreviation coming from
a let binding in the goal being moved to
the assumptions. This helps keep the goal
in "fully abbreviated form". Also added

Q.REABBREV_TAC

which re-abbreviates the goal and

Q.WITHOUT_ABBREVS tac

which temporarily removes all abbreviations,
runs tac, then reabbreviates.

Probably, Q is not the right place for these
functions, but the rest of the abbreviation
stuff is there.

Also added some internal documentation on what
Q.ABBRS_THEN does, and the like.


# 217cf769 11-Jun-2007 Konrad Slind <konrad.slind@gmail.com>

Revised example so that it works and is simpler.


# e61e775d 31-Dec-2001 Konrad Slind <konrad.slind@gmail.com>

Minor changes.


# ca2a9a92 19-Nov-2001 Konrad Slind <konrad.slind@gmail.com>

Final fixes to separate schematic definitions from ordinary ones.
Also, some of the examples have been polished a bit.


# e2daad2c 14-May-2001 Konrad Slind <konrad.slind@gmail.com>

Minor editing.


# 5b700d0b 08-May-2001 Konrad Slind <konrad.slind@gmail.com>

New examples (well, tarted up old ones) showing how nested rec.
functions can be proved to terminate.