History log of /seL4-l4v-10.1.1/HOL4/src/num/theories/numScript.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


# 95d60bd3 02-Oct-2017 Michael Norrish <Michael.Norrish@nicta.com.au>

Remove -- as an alias for Term parser.

As per comment in release notes this has long been replaced as
appropriate style.


# 94b064b9 15-Aug-2016 Michael Norrish <Michael.Norrish@nicta.com.au>

Remove unnecessary structure bracketting

As per 89fc99bc3, but on as many examples as a grep -R can find.


# 79eb049e 21-Mar-2012 Ramana Kumar <ramana.kumar@gmail.com>

update opentheory namespace for numTheory$0


# 1af7dc8b 16-Sep-2011 Ramana Kumar <ramana.kumar@gmail.com>

better match intended semantics of OpenTheory names

rather than using strings, now have a type abbreviation otname for
string list * string. it might be worth writing more operations on this
type (like for manipulating the namespace).


# 9729734b 22-Jun-2011 Anthony Fox <anthony.fox@cl.cam.ac.uk>

Attempt to tidy-up HOL's output in non-interactive mode - mostly through lining
up definition and theorem names.


# 557a0bbb 11-Jan-2011 Ramana Kumar <ramana.kumar@gmail.com>

Add an OpenTheoryMap analogous to TexTokenMap

Also, add names for various type operators and constants in boolTheory,
listTheory, and numTheory so that the Opentheory selftests now pass without
having to set up those name mappings themselves.


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


# d6b08f6b 16-Aug-2002 Konrad Slind <konrad.slind@gmail.com>

Change to type of new_specification, and made it tell that parser about
the introduced constants. Lots of knock-on (trivial) mods.


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

Minor changes.


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

paired syntax.


# 2bcd4eee 07-Nov-2000 Michael Norrish <Michael.Norrish@nicta.com.au>

Changes making directory Kananaskis compatible.


# 3c22c52f 20-Jul-2000 Michael Norrish <Michael.Norrish@nicta.com.au>

Fixed it not to use MESON_TAC, which can't prove it in the constructive
world.


# 6c1ad4c9 20-Jul-2000 Michael Norrish <Michael.Norrish@nicta.com.au>

Updated definition of number representatives to use new_specification
rather than Hilbert choice. Don't need axiom of choice that way.


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

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