History log of /seL4-l4v-10.1.1/HOL4/src/num/arith/src/Norm_arith.sml
Revision Date Author Comments
# 05458c8e 15-May-2013 Anthony Fox <anthony.fox@cl.cam.ac.uk>

Precede infix "<<" with "op".


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


# 6f5df76e 12-Oct-2001 Konrad Slind <konrad.slind@gmail.com>

Because of Windoze name normalization, Qconv and QConv were being mapped
to the same name. So I've renamed Qconv in the arith sub-library to be
RJBConv.


# dd27a112 23-Nov-2000 Konrad Slind <konrad.slind@gmail.com>

Finding an introduced bug. Turned out to be an over-eager
use of wrap_exn, which was catching an UNCHANGED and turning it
into a HOL_ERR. Bad, very bad.


# 0c732db7 20-Nov-2000 Konrad Slind <konrad.slind@gmail.com>

Minor bugfix Bug arose from moving to Kan. 0.
Also shifting library to use numSyntax.


# 0f93948d 16-Nov-2000 Konrad Slind <konrad.slind@gmail.com>

paired syntax.


# 88c6c8c4 08-Nov-2000 Michael Norrish <Michael.Norrish@nicta.com.au>

Directory now Kananaskis compatible, though no real testing done.
Loads of warnings about illegal style.


# 88242741 02-Dec-1999 Konrad Slind <konrad.slind@gmail.com>

Change to structure of numLib so that reduce and arith are incorporated.