History log of /seL4-l4v-10.1.1/HOL4/src/prekernel/HOLset.sml
Revision Date Author Comments
# 3f252166 13-Mar-2018 Michael Norrish <Michael.Norrish@nicta.com.au>

Work towards use of PolyML.pretty type for most pretty-printing

Compiles up to src/parse under Poly/ML


# 8d5fa7fe 26-Jul-2012 Anthony Fox <anthony.fox@cl.cam.ac.uk>

More assorted code tidying.


# 3023db3a 11-Nov-2009 Michael Norrish <Michael.Norrish@nicta.com.au>

Set up Poly pretty-printer for HOLset type.


# 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!


# 82ac71fb 30-May-2006 Joe Hurd <joe@gilith.com>

Use Red Black sets for everyday usage


# 5f6945be 30-May-2006 Joe Hurd <joe@gilith.com>

An alternative implementation of sets: randomly balanced trees


# 80d72112 16-Aug-2004 Michael Norrish <Michael.Norrish@nicta.com.au>

Pretty significant "refactoring" of the early source code. All the stuff
that was in common between 0 and experimental-kernel moves into a new
prekernel directory. This can be thought of as the kernel utilities
directory, full of code that is not quite portableML because it's fairly
HOL specific, but that isn't really part of the core implementation of
types, terms and theorems.
(Also add a new pair_compare function to Lib.)