History log of /seL4-l4v-10.1.1/HOL4/src/real/transcScript.sml
Revision Date Author Comments
# c48f1d0b 28-Aug-2018 Chun Tian (binghe) <binghe.lisp@gmail.com>

Moved abstract topology stuff outside of "src/real", remaining stuff is metricTheory now.


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


# 8859e568 28-Jul-2016 Michael Norrish <Michael.Norrish@nicta.com.au>

Fix real theories in light of pat_assum rename


# b01c72c6 09-Jan-2011 Michael Norrish <Michael.Norrish@nicta.com.au>

Add definition of rpow function, contributed by Umair Siddique.

This is exponentiation where both arguments are real numbers. Hitherto,
realTheory has only had pow, where the exponent had to be a natural
number.

Document this in release notes.


# 3895d9ee 09-Jan-2011 Michael Norrish <Michael.Norrish@nicta.com.au>

Remove unnecessary infix declaration in transcScript.sml


# 52fb1be0 21-Sep-2009 Tjark Weber <Tjark.Weber@cl.cam.ac.uk>

Removed further functions from hol88Lib.


# 83b175a9 20-Sep-2009 Tjark Weber <Tjark.Weber@cl.cam.ac.uk>

Removed a bunch of rarely used functions from hol88Lib. Related documentation
updated.

The ancient hol88 interface should disappear eventually; code using it should
be properly ported to use the current HOL functions instead.


# eb606344 03-Mar-2009 Michael Norrish <Michael.Norrish@nicta.com.au>

Change & (the overloaded injection function from natural numbers into
other numeric types), to be a prefix symbol in the grammar. This
allows things like -&n to pretty-print better. There are a few
breakages here and there. I realise that the type-annotation suffix
should be looser than &'s precedence level so that &n:int parses as
(&n):int rather than &(n:int). Changing this revealed some faults in
the handling of operators like unary minus, so the construction of the
precedence matrix in term_parse needed to change a little. Changes to
later files and theories were mainly caused by people writing ``&``;
you now need to write ``$&``, or ``(&)``.


# f33e0630 05-Mar-2007 Joe Hurd <joe@gilith.com>

Did some community service expunging all occurrences of the old syntax for
if-then-else from the HOL distribution.

Apologies if I've broken your example or development: you can either upgrade
it to use the new syntax or else issue the magic parser incantation that
I chopped out of boolScript.sml on this check in.


# 09c50fff 01-Nov-2001 Konrad Slind <konrad.slind@gmail.com>

Collection of minor alterations.


# a3486498 05-Jan-2001 Konrad Slind <konrad.slind@gmail.com>

Hiding the "B" constant, except if realLib is loaded ... that seems
to be a mistake, now that I think about it.


# baf7c5c4 05-Jan-2001 Konrad Slind <konrad.slind@gmail.com>

Tracking move of Num_induct to numLib.


# 6cf562f4 28-Nov-2000 Konrad Slind <konrad.slind@gmail.com>

The reals library builds on Kan.0.


# 2ab3f6db 10-Dec-1999 Michael Norrish <Michael.Norrish@nicta.com.au>

Changes due to the incorporation of John Harrison's datatype definition
package.
Many of these due to the fact that `n:num + b` parses differently because
sumTheory is now in the ancestry. A couple of other changes due to
explicit references one or two proofs made to num_Axiom. These are now
to num_Axiom_old.


# c64241de 01-Dec-1999 Konrad Slind <konrad.slind@gmail.com>

Minor changes to use "jrhUtils" instead of "useful".


# 9b4cee77 22-Sep-1999 Konrad Slind <konrad.slind@gmail.com>

Upgraded to use overloading.


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

Changes to accomodate new-look portableML. Also changes to term
nets mandate new (and improved) proofs of theorems in
hratScript, seqScript, and transcScript.

Note the usual culprits are rewriting with MULT_CLAUSES, ADD_CLAUSES,
and rewriting simultaneously with left and right distributivity.
People shouldn't do that!


# 0058df84 28-Jun-1999 Michael Norrish <Michael.Norrish@nicta.com.au>

Fixed to bring it up to date with Taupo release 0.
(Changes have come across from parse_branch development.)


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

Initial revision