History log of /seL4-l4v-master/HOL4/examples/fun-op-sem/small-step/oracleSemScript.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


# 30f51331 18-Apr-2020 Andreas Lööw <AndreasLoow@users.noreply.github.com>

Rename DROP_NIL to DROP_EQ_NIL

No longer ugly collision with DROP_nil and more consistent naming with how
other thms from the same theory are named.

Also replace >= with <=.


# 4e1408fc 15-Aug-2017 Michael Norrish <Michael.Norrish@nicta.com.au>

Remove trailing whitespace throughout examples/


# 8be770c3 18-Oct-2015 Ramana Kumar <ramana@member.fsf.org>

update fun-op-sem example