History log of /seL4-l4v-master/l4v/lib/Insulin.thy
Revision Date Author Comments
# 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


# a8129d06 25-Sep-2018 Japheth Lim <Japheth.Lim@data61.csiro.au>

lib: add license header text

These two files were @TAG-ged but without copyright header text.


# f24db02c 26-Sep-2018 Japheth Lim <Japheth.Lim@data61.csiro.au>

lib: test cases for Insulin and ShowTypes tools


# 6b9d9d24 09-Jun-2018 Gerwin Klein <gerwin.klein@data61.csiro.au>

Isabelle2018: new "op x" syntax; now is "(x)"

(result of "isabelle update_op -m <dir>")


# b5cdf470 13-Jun-2018 Gerwin Klein <gerwin.klein@data61.csiro.au>

globally use session-qualified imports; add Lib session

Session-qualified imports will be required for Isabelle2018 and help clarify
the structure of sessions in the build tree.

This commit mainly adds a new set of sessions for lib/, including a Lib
session that includes most theories in lib/ and a few separate sessions for
parts that have dependencies beyond CParser or are separate AFP sessions.
The group "lib" collects all lib/ sessions.

As a consequence, other theories should use lib/ theories by session name,
not by path, which in turns means spec and proof sessions should also refer
to each other by session name, not path, to avoid duplicate theory errors in
theory merges later.


# 30122b5d 10-Nov-2016 Matthew Brecknell <Matthew.Brecknell@data61.csiro.au>

Isabelle2016-1: update to new ML API

Update references to renamed ML constants; supply default arguments to
functions with additional parameters; etc.


# 874e1998 30-Mar-2016 Japheth Lim <Japheth.Lim@nicta.com.au>

Fix up c-parser and autocorres for AutoCorres 1.2 release.


# fe8baa86 15-Feb-2016 Japheth Lim <Japheth.Lim@nicta.com.au>

lib: add Insulin, tool to show terms without syntax sugar.