History log of /seL4-l4v-master/HOL4/examples/fsub/fsubtypesScript.sml
Revision Date Author Comments
# 088b95ca 01-Apr-2009 Michael Norrish <Michael.Norrish@nicta.com.au>

Move the computability stuff based on the lambda-calculus into a
separate computability directory, where the lambda-calculus approach
can be a separate sub-directory. This makes room for having other
models (register machines, recursive functions, etc) as sister
sub-directories.


# eb1e7984 29-Nov-2004 Michael Norrish <Michael.Norrish@nicta.com.au>

Completed the relevant proofs from Benjamin Pierce's book. The last
big one in full_subtypingScript.sml is quite a complicated beast, with
three inductions.


# 7e91f0b9 10-Nov-2004 Michael Norrish <Michael.Norrish@nicta.com.au>

Split subtypes script up into three parts. One for basic types, and then
one for each of the subtyping relations.


# b952747d 21-Oct-2004 Michael Norrish <Michael.Norrish@nicta.com.au>

Completed the proof that the algorithmic and original subtyping
relations for kernel Fsub coincide.


# 99451ddd 17-Oct-2004 Michael Norrish <Michael.Norrish@nicta.com.au>

Files making up the "fsub" example. It doesn't build yet.