History log of /seL4-l4v-master/l4v/lib/Monad_WP/wp/WP.thy
Revision Date Author Comments
# a45adef6 31-Oct-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

all: remove theory import path references

In Isabelle2020, when isabelle jedit is started without a session
context, e.g. `isabelle jedit -l ASpec`, theory imports with path
references cause the isabelle process to hang.

Since sessions now declare directories, Isabelle can find those files
without path reference and we therefore remove all such path references
from import statements. With this, `jedit` and `build` should work with
and without explicit session context as before.

Signed-off-by: Gerwin Klein <gerwin.klein@data61.csiro.au>


# a424d55e 09-Mar-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

licenses: convert license tags to SPDX


# 5120e351 04-Nov-2019 Corey Lewis <corey.lewis@data61.csiro.au>

lib: improve wp tracing

When tracing wp can now print the instantiated version of the rules being used.
It also says which set each used rule is from.


# 96588daf 17-Jul-2019 Corey Lewis <corey.lewis@data61.csiro.au>

lib: improve message printing for crunch and wp, and refactor common printing functions


# f757e0ca 06-May-2019 Corey Lewis <corey.lewis@data61.csiro.au>

lib: wp cleanup and parser improvements

The main visible change is from wp_trace', 'wp_once' and 'wp_once_trace' to
'wp (trace)', 'wp (once)' and 'wp (once, trace)'. The option for printing a
warning for unused supplied wp rules has also been removed.


# c34840d0 05-Jun-2019 Gerwin Klein <gerwin.klein@data61.csiro.au>

global: isabelle update_cartouches


# a70aeda3 21-Jan-2018 Thomas Sewell <Thomas.Sewell@data61.csiro.au>

lib: Datatype_Schematic and WPFix.

Add two new tactics/methods which can fix common painful problems with
schematic variables.

Method datatype_schem improves unification outcomes, by making judicious use of
selectors like fst/snd/the/hd to bring variables into scope, and also using a
wrapper to avoid singleton constants like True being captured needlessly by
unification.

Method wpfix uses strengthen machinery to instantiate rogue postcondition
schematics to True and to split precondition schematics that are shared across
different sites.


# 3dd496f4 10-Mar-2017 Gerwin Klein <gerwin.klein@data61.csiro.au>

wp: separate wp_pre method, used in wp and wpc


# 7250bd1a 13-Dec-2016 Daniel Matichuk <daniel.matichuk@nicta.com.au>

apply_debug: add "wp" breakpoint

Lift low-level wp tactic into context_tactic to support
breakpoints modifying context (i.e. wp set)


# 063602d8 13-Jan-2017 Gerwin Klein <gerwin.klein@nicta.com.au>

wp: more constrained behaviour

- restrict to one goal (no fall-through)
- apply a wp_pre rule if there is no schematic in the goal
- apply trivial cleanup rules at the end


# 84b923a6 17-Apr-2016 Gerwin Klein <gerwin.klein@nicta.com.au>

lib: start disentangling spaghetti word dependencies