History log of /seL4-l4v-master/HOL4/src/pred_set/src/PGspec.sml
Revision Date Author Comments
# 33e64230 23-Feb-2019 Michael Norrish <Michael.Norrish@nicta.com.au>

Make some early HOL libraries more robust to changed grammar ctxts

This is mostly unnecessary given that these libraries are all bundled
into the default hol.state heap and are thus loaded once in a known
context. However, having defined instances of the parser, and not
using quotation based tactics (e.g., Cases_on) is still good practice.


# 6a81a039 21-May-2018 Michael Norrish <Michael.Norrish@nicta.com.au>

Remove TABs from src

Will also make selftest to check that they aren't introduced


# 4761143b 10-Aug-2009 Tjark Weber <Tjark.Weber@cl.cam.ac.uk>

Removed trailing whitespace from all .sml and .sig files.

This affects over 900 files and was done using emacs's delete-trailing-whitespace
function in batch mode. Building the system with Poly/ML and Moscow ML seems to
work, so I'm hoping these changes don't break anything. Please complain if
they do!


# 6971535d 27-Aug-2008 Konrad Slind <konrad.slind@gmail.com>

Getting rid of some pattern-matching complaints,
as Anthony suggested.


# d810a63a 23-Jun-2002 Konrad Slind <konrad.slind@gmail.com>

Fixed Lockwood Morris' problem with UNION_CONV.


# 17397522 02-May-2002 Konrad Slind <konrad.slind@gmail.com>

Fixed bug in set conversions: the constant IN is no longer defined in
pred_setTheory, but in boolTheory, for some reason.

Also added rudimentary syntax support for sets.


# d22c71a0 16-Oct-2001 Michael Norrish <Michael.Norrish@nicta.com.au>

Removed IN as a constant from pred_set theory now that it's in bool.
Somewhat to my surprise, things built anyway, but it was distracting
seeing the messages complaining about the ambigous grammars and the
overloading resolution. (I shouldn't be surprised of course, this is
the whole point of all the Kananaskis work!)


# 0a138186 27-Dec-2000 Konrad Slind <konrad.slind@gmail.com>

Minor changes.


# 857eaf01 22-Nov-2000 Konrad Slind <konrad.slind@gmail.com>

Now builds in Kan.0.


# 97555632 14-Nov-2000 Michael Norrish <Michael.Norrish@nicta.com.au>

Kananaskis compatibility.


# 58841e67 29-Apr-1999 Michael Norrish <Michael.Norrish@nicta.com.au>

Initial revision