History log of /seL4-l4v-10.1.1/HOL4/help/Docfiles/BasicProvers.export_rewrites.doc
Revision Date Author Comments
# e5e67677 10-Mar-2017 Brian Campbell <Brian.Campbell@ed.ac.uk>

Update help for BasicProvers.export_rewrites and thy_ssfrag


# 1e9b104f 30-Jul-2012 Michael Norrish <michael.norrish@nicta.com.au>

Document export_rewrites' ability to export rewrites from other segments.


# 4cddaa12 12-Jul-2005 Michael Norrish <Michael.Norrish@nicta.com.au>

Changed a couple of misleading/annoying names. The type ssdata is now
called ssfrag (to bring it into line with documentation that talks about
simpset fragments), and the constructor SIMPSET is now called SSFRAG.
It never created a simpset, so the latter was a stupid name.


# 12c079d1 06-Feb-2005 Michael Norrish <Michael.Norrish@nicta.com.au>

Typo correction.


# 3f43bc3c 05-Sep-2002 Michael Norrish <Michael.Norrish@nicta.com.au>

Modify export_rewrites to allow for multiple calls to this function
within a session. This makes it easier to ensure theorems are exported;
they can have this done at point of proof, rather than needing to be
gathered together at the end of the file. The idiom for getting this
done is based on the way grm_updates is handled in Parse.sml (an idea of
Konrad's); note the funky use of a reference variable within a closure's
environment.


# 6b75d79f 17-Jun-2002 Konrad Slind <konrad.slind@gmail.com>

Last minute doc changes.


# 3dcc9036 17-Dec-2001 Michael Norrish <Michael.Norrish@nicta.com.au>

Documentation of the ``stateful rewriting system''.