History log of /seL4-l4v-10.1.1/HOL4/src/enumfset/tcScript.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.


# 9524847d 10-Mar-2016 Anthony Fox <anthony.fox@cl.cam.ac.uk>

Remove some duplicates of the theorem TRUTH.

These are:
• INFINITE_DEF and IN_LIST_TO_SET (replaced with overloadings)
• IN_APP_applied and IN_ABS_applied (inadvertently generated)

Also, made changes to try to avoid new definitions in listTheory accidentally having a "_DEF" suffix instead of "_def". Old naming inconsistencies still remain in listTheory (e.g. EXISTS_DEF, FIND_def and FLAT).

These changes will break a few proofs but patches should be trivial (i.e. removing references to these TRUTH theorems and/ or renaming "_DEF" to "_def").


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


# 08d7a558 23-Oct-2014 Piotr Trojanek <piotr.trojanek@gmail.com>

trailing newlines in *.{sml,sig} files from src/ removed

Trailing newlines from SML files in src/ were rendered in HTML documentation.


# 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.)