History log of /seL4-l4v-master/l4v/lib/Monad_WP/NonDetMonad.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


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

global: isabelle update_cartouches


# f3dca686 10-Oct-2018 Gerwin Klein <gerwin.klein@data61.csiro.au>

lib: option (reader) monad syntax and gets_map operator


# 30c81285 20-Nov-2017 Gerwin Klein <gerwin.klein@data61.csiro.au>

lib: prettier monad type printing


# 796887d9 11-Jul-2017 Alejandro Gomez-Londono <alejandro.gomez@nicta.com.au>

Removes all trailing whitespaces


# f86763af 13-Mar-2017 Gerwin Klein <gerwin.klein@data61.csiro.au>

lib: new invariant syntax "f {|P|}"

Precedence chosen between bind and equality such that
f >>= g {P} = foo {Q} works as expected.


# a4fa4d2b 17-Nov-2016 Matthew Brecknell <Matthew.Brecknell@data61.csiro.au>

Isabelle2016-1: fix some proofs broken by abs_def normalisation

Unfolding now automatically converts definitional rules to abs_def
normal form before rewriting.


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

lib: start disentangling spaghetti word dependencies