History log of /seL4-l4v-master/HOL4/examples/boyer_moore/boyer_mooreScript.sml
Revision Date Author Comments
# c4ffdebc 11-Aug-2019 Michael Norrish <Michael.Norrish@nicta.com.au>

Fix proof broken by change to drule in 812a08a5a8

Basically, the old behaviour can be recovered by using

FREEZE_THEN drule

instead of just drule.


# 2230bf62 16-May-2019 Michael Norrish <Michael.Norrish@nicta.com.au>

Fix examples/boyer_moore for tight equality


# 46eb6725 06-Dec-2018 James Shaker <james.shaker@gmail.com>

Removed trailing whitespace


# b35712d9 05-Dec-2018 James Shaker <james.shaker@gmail.com>

Added Boyer Moore substring search algorithm implementation (on lists and strings) to examples