History log of /seL4-l4v-master/HOL4/src/lite/liteLib.sml
Revision Date Author Comments
# 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


# 4888f523 15-Oct-2017 Michael Norrish <Michael.Norrish@nicta.com.au>

Remove eqtype declaration for term type


# 32bf1e49 02-Feb-2015 Piotr Trojanek <piotr.trojanek@gmail.com>

extra semicolons removed from (some) .sig files


# 3621a4e7 01-Feb-2012 Michael Norrish <Michael.Norrish@nicta.com.au>

Point liteLib.ABS_CONV to Conv's version.

liteLib's version had an efficiency bug that could cause exponential behaviour in
more cases than it should.


# b3ff207e 31-Aug-2011 Michael Norrish <Michael.Norrish@nicta.com.au>

Remove liteLib's BINOP_CONV, which was not used anywhere.

Moreover, its name clashes with BINOP_CONV in Conv.sml (of different
type). Also remove the internal BINOP_CONV in Canon_Port.sml; this one
provided the same functionality as Conv.BINOP_CONV, but didn't handle
UNCHANGED exceptions properly.


# 08716b18 21-Dec-2009 Michael Norrish <Michael.Norrish@nicta.com.au>

Remove a couple of non-exhaustive pattern-bindings in liteLib and simp/Opening.

This reduces poly compilation output clutter.


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


# 08d14daf 26-May-2004 Joe Hurd <joe@gilith.com>

MLton forbids rebinding of the identifier 'it'. Whether or not
Standard ML allows this it seems like a good idea to avoid this.


# 90587787 21-Apr-2002 Konrad Slind <konrad.slind@gmail.com>

Miscellaneous cosmetic changes.


# 9520155f 15-Nov-2000 Konrad Slind <konrad.slind@gmail.com>

Resurrection of liteLib.


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

Initial revision