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

licenses: convert license tags to SPDX


# f8b7603d 20-Sep-2018 Edward Pierzchalski <ed.pierzchalski@data61.csiro.au>

lib: TRY attribute: handle more errors

Widens the set of exceptions TRY ignores to anything that isn't
an interrupt.


# d7fd8680 18-Sep-2018 Edward Pierzchalski <ed.pierzchalski@data61.csiro.au>

lib: Add attribute to ignore errors (VER-1007)

Adds the `TRY` attribute combinator, which applies the provided
inner attribute but ignores any failure by returning the original
theorem.