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


# 212ea672 16-Apr-2019 Rafal Kolanski <rafal.kolanski@data61.csiro.au>

lib: add obind_eqI_full to OptionMonad

Sometimes after showing equality of the heads of the obind, we need this
result in proof of equality of the tails.


# 7a4d5b1e 02-Apr-2019 Gerwin Klein <gerwin.klein@data61.csiro.au>

lib: general update lemmas for opt_map


# 65cc19c1 15-Mar-2019 Gerwin Klein <gerwin.klein@data61.csiro.au>

lib: move up library lemmas from RISCV64 and X64


# 66d87cd5 06-Mar-2019 Rafal Kolanski <rafal.kolanski@data61.csiro.au>

lib: OptionMonad: add more obind decomposition, oassert simps


# bd7a6113 16-Nov-2018 Gerwin Klein <gerwin.klein@data61.csiro.au>

lib: more library lemmas for OptionMonad


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

global: isabelle update_cartouches


# c53f7850 18-Oct-2018 Gerwin Klein <gerwin.klein@data61.csiro.au>

Base ASpec + machine on OptionMonad_ND; fix proof fallout


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

lib: option (reader) monad syntax and gets_map operator


# 1ae3a8d6 20-Jun-2018 Gerwin Klein <gerwin.klein@data61.csiro.au>

Isabelle2018: Lib update


# 0570943e 21-Nov-2017 Matthew Brecknell <Matthew.Brecknell@data61.csiro.au>

lib: make some elimination rules safer

Elimination against the pattern "P v", where both "P" and "v" are free,
can loop, if the rule is marked as a safe elimination rule. In the rules
modified in this commit, variable "v" provides no real benefit, so we
replace the pattern with "P".


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

Removes all trailing whitespaces


# 41d4aa4f 25-Oct-2016 Matthew Brecknell <Matthew.Brecknell@data61.csiro.au>

Isabelle2016-1: update references to renamed constants and facts


# beb85d96 14-May-2016 Gerwin Klein <gerwin.klein@nicta.com.au>

Monap_WP: fewer warnings


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

lib/spec/proof/tools: fix word change fallout


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

lib: start disentangling spaghetti word dependencies