History log of /seL4-l4v-master/l4v/lib/Local_Method.thy
Revision Date Author Comments
# a424d55e 09-Mar-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

licenses: convert license tags to SPDX


# 26f450f2 04-Sep-2019 Japheth Lim <Japheth.Lim@data61.csiro.au>

lib: change @{file} antiquote to @{path}

When extracting files for C parser and AutoCorres standalone releases,
we don't want Isabelle to fail a build when files referred to in
`@{file}` antiquotations no longer exist. Using `@{path}` avoids this
problem.


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

global: isabelle update_cartouches


# e82cdd14 11-Sep-2018 Edward Pierzchalski <ed.pierzchalski@data61.csiro.au>

lib: add method to shorthand larger methods

Adds the `supply_local_method` command and `local_method` methods,
which store and apply methods as a way to shorten repeated
references to large or complicated methods.