History log of /seL4-l4v-master/HOL4/examples/ARM/arm6-verification/correctness/blockScript.sml
Revision Date Author Comments
# 256fa0b9 14-May-2019 Michael Norrish <Michael.Norrish@nicta.com.au>

Fix arm6-verification/correctness example for tight equality


# 119c7509 31-Jul-2016 Michael Norrish <Michael.Norrish@nicta.com.au>

Fix theories in arm6-verification/correctness


# 354e6b14 21-Jan-2016 Anthony Fox <anthony.fox@cl.cam.ac.uk>

The overloading Tw is now temporary within wordsTheory.


# 947adf60 17-Aug-2010 Michael Norrish <Michael.Norrish@nicta.com.au>

Put GENLIST computation with numerals back into automatic simpset.

This broke one proof of Anthony's that didn't want
GENLIST f 16
expanded (for good reason). Fixed it by abbreviating the 16 into a
variable.


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


# 06b4cee6 27-May-2009 Peter Homeier <palantir@trustworthytools.com>

In preparation for making the standard kernel build under Poly/ML, removed the dependency of src/0/Term.sml on the Moscow ML library Polyhash, replacing this with RedBlackMap.

The building of HOL appears to be faster with RedBlackMap.

Also revised RedBlackMap.sml, RedBlackSet.sml, and HolKernel.sml to eliminate some annoying warning messages.


# d080e6cd 19-Mar-2008 Anthony Fox <anthony.fox@cl.cam.ac.uk>

Have rationalised the treatment cases for words,
changing word_nchotomy to ranged_word_nchotomy.

This means that "Cases" and "Cases_on" now subsume
"wordsLib.Cases_word" and "wordsLib.Cases_on_word".
Have eliminated some occurrences of the latter.


# b842b27e 11-Jul-2007 Anthony Fox <anthony.fox@cl.cam.ac.uk>

examples/elliptic/arm -> examples/ARM/v4
examples/arm6 -> examples/ARM/arm6-verification