History log of /seL4-l4v-master/HOL4/examples/PSL/experimental-semantics/WeakPSLUnclockedSemanticsScript.sml
Revision Date Author Comments
# 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!


# 0dbe765c 04-Jul-2004 Mike Gordon <mjcg@cl.cam.ac.uk>

At Johan's suggestion, changed weak semantics of S_EMPTY to eliminate
need for a TOP_FREE asumption in TightNeutralEquiv. Proofs then tweaked.
Now a bit simpler.


# 17e801fd 29-Jun-2004 Mike Gordon <mjcg@cl.cam.ac.uk>

Added a theorem connecting Johan Martensson's semantics with LRM 1.1 semantics.

> val TightNeutralEquiv =
|- !r.
S_CLOCK_FREE r ==>
!w. TOP_FREE w ==> (US_SEM w r = WUS_SEM (N w) r) : thm


# be1ebeb9 23-Jun-2004 Mike Gordon <mjcg@cl.cam.ac.uk>

Update to Johan's latest semantics + script file version.