History log of /seL4-l4v-master/HOL4/examples/PSL/1.1/official-semantics/UnclockedSemanticsScript.sml
Revision Date Author Comments
# 86bcdc60 02-May-2019 Michael Norrish <Michael.Norrish@nicta.com.au>

Fix examples/PSL given tight equality


# bda813d1 15-Oct-2018 Thomas Tuerk <thomas@tuerk-brechen.de>

rename PSL-Path theory

in "examples/PSL/path" rename

PathTheory -> PSLPathTheory
FinitePathTheory -> FinitePSLPathTheory

this eliminates the clash of theory names with "src/coalgebras/path"


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


# bcb5c32a 28-Nov-2004 Mike Gordon <mjcg@cl.cam.ac.uk>

Fixes a bug in my translation of LRM semantics of abort to HOL spotted
by Thomas Turk (the j=0 case needs a special case to avoid
consequences of |- 0-1=0).

The changes to ModelScript.sml and ModelLemmasScript.sml are work in
progress that "cvs ci" picked up and represent a (hopefully) transient
and very messy state.


# 6a52fca8 11-Oct-2004 Mike Gordon <mjcg@cl.cam.ac.uk>

Haven't done a checkin for ages, so thought I'd see what would happen
when I did ...


# 657007ea 06-Jul-2004 Mike Gordon <mjcg@cl.cam.ac.uk>

More model/automata stuff + a bit of refactoring.


# 47b9a32f 02-Jul-2004 Mike Gordon <mjcg@cl.cam.ac.uk>

Moving things around a bit and starting to add more to ModelTheory
needed for project to validate PSL to CTL
(http://www.cl.cam.ac.uk/~mjcg/PSL/psl2ctl/).


# 7891cbd5 20-Feb-2004 Mike Gordon <mjcg@cl.cam.ac.uk>

I maybe has broken UnclockedSemanticsScript.sml, but this should
restore it.

Also adding the first of a bunch of HOL proofs of lemmas
previously proved by hand by Eisner, Fisman and Havlicek.


# 8908ad59 10-Feb-2004 Joe Hurd <joe@gilith.com>

In the midst of porting ExecuteSemantics to PSL 1.1


# ca72d41f 21-Jan-2004 Joe Hurd <joe@gilith.com>

Hopefully this moves all the right files to the right locations.

The desired end result is two directories

examples/PSL/1.01
examples/PSL/1.1

containing the two versions of the PSL semantics.