History log of /seL4-l4v-10.1.1/HOL4/src/simp/src/BackchainingLib.sml
Revision Date Author Comments
# a5ac2b87 09-Apr-2017 Thomas Tuerk <thomas@tuerk-brechen.de>

provide first version of BackchainingLib

This lib is used to combine matching preconditions against assumptions
in the goalstack with conditional rewriting. This enables efficient
backwards-chaining with theorems like

``!x y. R x y ==> !x' y'. complicated condition ==> R x' y'``