History log of /seL4-l4v-10.1.1/HOL4/src/portableML/Arbint.sig
Revision Date Author Comments
# 6fec3cd7 15-Mar-2018 Michael Norrish <Michael.Norrish@nicta.com.au>

Terms and types print interactively.

Thms ignore grammars; term grammars print badly


# 316436ee 19-Dec-2009 Scott Owens <Scott.Owens@cl.cam.ac.uk>

The PolyML version now uses PolyML's builin IntInf support. (This change
doesn't appear to speed up HOL, but it's nice to have anyway.)


# 4e9bbfa3 18-Dec-2009 Scott Owens <Scott.Owens@cl.cam.ac.uk>

Splitting Arbnum and Arbint to work around the dependency on HOLPP before
moving into the mosml and poly directories.


# 71b4dae2 15-Dec-2009 Michael Norrish <Michael.Norrish@nicta.com.au>

Quick fix for build failure under Moscow ML caused by my changes yesterday.


# bb654e4b 26-Jun-2003 Konrad Slind <konrad.slind@gmail.com>

Many small changes, most associated with boolification or lifting.


# 698c4432 23-Nov-2001 Michael Norrish <Michael.Norrish@nicta.com.au>

Added minimum and maximum functions for arbitrary precision integers.


# 42c2eaf9 17-Oct-2001 Michael Norrish <Michael.Norrish@nicta.com.au>

Extended and revised so that the div/mod functions now correspond to
what is done in ML's standard basis library's Integer structure. In
particular, there is now div/mod and also quot/rem, whose behaviours
differ on negative arguments (div rounds down; quot rounds towards zero).


# 7e0e4193 22-Jul-1999 Konrad Slind <konrad.slind@gmail.com>

General cleanup in view of the fact that we now have the Standard Basis
library. Hol98 assumes the existence of this!