History log of /seL4-l4v-10.1.1/HOL4/src/temporal/src/temporalLib.sml
Revision Date Author Comments
# 1fbad939 21-Oct-2018 Michael Norrish <Michael.Norrish@nicta.com.au>

Remove TABs from source files (and some trailing w/space)


# 0c1bf97e 10-Oct-2018 Chun Tian (binghe) <binghe.lisp@gmail.com>

Added self tests


# 20008a7e 10-Oct-2018 Chun Tian (binghe) <binghe.lisp@gmail.com>

Fixed modelCheckLib with NuSMV model checker


# b20470e2 27-May-2018 Chun Tian (binghe) <binghe.lisp@gmail.com>

Fixed use of the old syntax for conditional expressions in temporalLib


# 09ab1a03 25-May-2018 Chun Tian (binghe) <binghe.lisp@gmail.com>

Fixed src/temporal/examples.sml with HOL4_SMV_EXECUTABLE=NuSMV


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


# fda6dec3 20-Oct-2015 Michael Norrish <Michael.Norrish@nicta.com.au>

Clean src/ to remove Unicode (or to mark it as OK)

Marking Unicode as OK is done by putting the UOK tag on the same line of
the relevant file.


# 6791cfd1 26-Jul-2014 Piotr Trojanek <piotr.trojanek@gmail.com>

double 'the' removed


# 5122ecca 11-Apr-2012 Anthony Fox <anthony.fox@cl.cam.ac.uk>

temporalLib was failing to load. ratLib was referring to the defunct ``ALT_ZERO``. Also make permLib load without inventing a type variable.


# 503a1b76 18-Jul-2011 Michael Norrish <Michael.Norrish@nicta.com.au>

Fix a couple of Latin-1 comments so that they're now UTF-8


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


# f2c75673 01-Aug-2009 Anthony Fox <anthony.fox@cl.cam.ac.uk>

Some fixes needed to get HOL to build. (Brought on by supporting the Standard ML Basis Library).


# 5dfbbaa3 06-Jun-2006 Thomas Tuerk <Thomas.Tuerk@cl.cam.ac.uk>

Added a new function SMV_RUN_FILE that allows to pass an arbitrary program to SMV. While SMV_RUN accepts this programm as a string, SMV_RUN_FILE expects a filename and runs SMV on the specified file. Internally SMV_RUN uses SMV_RUN_FILE.


# 0c0a1068 01-May-2006 Thomas Tuerk <Thomas.Tuerk@cl.cam.ac.uk>

Added a new function SMV_RUN that allows to pass an arbitrary program to SMV.


# 5327f8f6 12-Apr-2006 Thomas Tuerk <Thomas.Tuerk@cl.cam.ac.uk>

Fixed some bugs, occuring because of a changed behavior of CHANGED_CONV


# 007e43f2 31-May-2005 Konrad Slind <konrad.slind@gmail.com>

Follow-on fixes to changing Term to Parse.Term and Type to Parse.Type
in the quotation pre-processor. A mass of trivial changes, but the
new way of dealing with files containing code that does parsing
(not script files) is to

* grab the ambient grammar(s)
* set the current grammar(s) to the right values
for parsing quotations in the file
* the body of the file
* reset the current grammar to the ambient grammar

For an example, see src/taut/tautLib.sml


# e466d179 30-Nov-2000 Konrad Slind <konrad.slind@gmail.com>

src/temporal now builds in Kan. 0.


# 217c4f30 05-Jul-2000 Michael Norrish <Michael.Norrish@nicta.com.au>

Removed dependency on global grammar, which was causing grief when
loading in a context where integers were around.


# 931395d4 27-Jan-2000 Konrad Slind <konrad.slind@gmail.com>

Minor changes.


# 8ddd1c05 10-Jan-2000 Konrad Slind <konrad.slind@gmail.com>

New library for temporal logic, from Klaus Schneider.