History log of /seL4-l4v-10.1.1/HOL4/src/enumfset/wotScript.sml
Revision Date Author Comments
# 94b064b9 15-Aug-2016 Michael Norrish <Michael.Norrish@nicta.com.au>

Remove unnecessary structure bracketting

As per 89fc99bc3, but on as many examples as a grep -R can find.


# 5efbe37b 08-Jan-2016 Anthony Fox <anthony.fox@cl.cam.ac.uk>

Avoid warning message when deleting some constants.


# 6a90350b 21-Dec-2014 Ramana Kumar <ramana@member.fsf.org>

do not export constant t0 from wotTheory

I get the impression that none of the definitions in wotTheory were
supposed to be exported, so perhaps they all should be deleted at the
end. I am not sure, though, so I just remove t0, whose name is
particularly annoying outside this theory to be taken by a constant.


# a5820631 07-Dec-2014 Michael Norrish <michael.norrish@nicta.com.au>

Remove calls to print_theory in enumfset/script files.

print_theory is fine to call interactively, but just adds verbiage
when done as part of a build. Having done a build, looking at a
Theory.sig file is a good way to see what one has achieved.


# e9ca14ef 15-Dec-2013 Michael Norrish <michael.norrish@nicta.com.au>

Move some results from enumfset earlier into relationTheory.


# 59b8478e 15-Dec-2013 Michael Norrish <michael.norrish@nicta.com.au>

Latest updates to enumfset code (from Lockwood Morris).

Builds on master.


# 470f5259 01-Dec-2013 Michael Norrish <michael.norrish@nicta.com.au>

New 'enumerated finite set library' by Lockwood Morris. (As delivered.)