History log of /seL4-l4v-master/HOL4/examples/theorem-prover/lisp-runtime/extract/lisp_extractLib.sml
Revision Date Author Comments
# 4f781ce3 10-Apr-2019 Michael Norrish <Michael.Norrish@nicta.com.au>

Fix lisp_extractLib so its "definitions" retain "compute" attribute

It was storing theorems with names nm ^ "_def" and expecting these to
retain the "compute" attribute given to the original definition. As
per b98f5ead5, this is bogus and now longer works. The fix is just to
make the second call to save_thm also pass in the "compute" attribute.


# dfe9e261 10-Feb-2019 Michael Norrish <Michael.Norrish@nicta.com.au>

Last fixes (I hope) to lisp-runtime/extract


# 6a99bb52 10-Feb-2019 Michael Norrish <Michael.Norrish@nicta.com.au>

Fix lisp_extractLib for remove-term-eqtype


# e66d583a 11-Feb-2012 Magnus Myreen <magnus.myreen@gmail.com>

New examples: code synthesis and evaluation through reflection