History log of /seL4-l4v-master/HOL4/src/opentheory/compat/HOL4boolScript.sml
Revision Date Author Comments
# 5417af9d 31-Mar-2020 Arve Gengelbach <arve.gengelbach@it.uu.se>

remove lcsymtacs (github issue #666)

The lcsymtacs structure is regarded superseded as it plainly is
a shorthand for opening the following modules:
Abbrev HolKernel boolLib Tactic Tactical BasicProvers simpLib
Rewrite bossLib Thm_cont


# f04b11be 03-Nov-2015 Michael Norrish <Michael.Norrish@nicta.com.au>

Remove Unicode under src/


# 63c8f9d0 01-Nov-2015 Ramana Kumar <ramana@member.fsf.org>

make OpenTheoryBoolScript.sml more template-like

pull the parameters up to two declarations at the top, the rest is
boilerplate.


# a48f805d 31-Oct-2015 Ramana Kumar <ramana@member.fsf.org>

add satTheory's theorems to hol-compatibility

by auto-recording the proofs. This worked very nicely since satTheory
only depends on boolTheory and doesn't make any definitions.

This brings the unsatisfied assumptions for the llist package down to
112 (versus 127 satisfied), and none of the unsatisfied appear to be
purely about boolean constants. (I added one more thing to HOL4bool to
make this true.)


# ab5b20cf 31-Oct-2015 Ramana Kumar <ramana@member.fsf.org>

separate out HOL4bool compatibility layer

will allow its use in the compatibility layers for other theories