Commit Graph

7 Commits

Author SHA1 Message Date
Gerwin Klein 1cbefe0eb7 autocorres: update cartouches for Isabelle2019 2019-06-13 16:22:33 +10:00
Japheth Lim 4453635a8d autocorres: global context cleanup; minor tweaks to proofs
This removes some modifications that the theories make to the simpset
and other global context, which slightly reduces breakage when importing
AutoCorres into other theories.

Unfortunately, some of the tests/examples seem to rely on specific
modifications to simp and wp, so removing those will be harder.
Also some simplification stages still seem to use the global simpset
instead of AUTOCORRES_SIMPSET; need to debug later.
2016-06-02 16:50:03 +10:00
Japheth Lim 45c5aaa875 autocorres: finer control of Collect simps.
Fixes translation of empty Specs.
2016-05-16 21:11:40 +10:00
David Greenaway 7ac515002c autocorres: Avoid using "@{context}" simpset internally.
Instead, use a fixed, well-defined simpset.
2014-09-16 13:50:59 +10:00
Japheth Lim 7cc357e093 autocorres: translate accesses to nested structs correctly. See tests/proof-tests/nested_struct.thy.
This should (finally) close issue JIRA VER-321. Unfortunately it also breaks some other things,
such as heap_abs_syntax, which we'll need to examine later.
2014-09-09 14:10:52 +10:00
Matthew Fernandez c9e3233b3e autocorres: Fix WordLib import. 2014-07-27 17:14:22 -07:00
Gerwin Klein 2a03e81df4 Import release snapshot. 2014-07-14 21:32:44 +02:00