History log of /seL4-l4v-master/HOL4/examples/computability/unary_recfnsScript.sml
Revision Date Author Comments
# 71fdb8d8 06-Apr-2020 Michael Norrish <michael.norrish@data61.csiro.au>

Attempt at better Abbrev protection

This in the face of simplification and the variable elimination done
by RW_TAC and friends. Core sequence, -t1 and some of -t2 builds (up
to category theory example).

Machinery for dynamically reverting to the old behaviours possible
through diminish_srw_ss and a trace variable.

This is work on github issue #800


# 6b4719d7 24-Mar-2020 Michael Norrish <michael.norrish@data61.csiro.au>

Fix proofs broken by 508f79ea974


# 367b06f0 04-Nov-2019 Michael Norrish <Michael.Norrish@nicta.com.au>

Prove unary recursive functions are equivalent to n-ary ones

Inspired by Mario Carneiro's paper at ITP this year.