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


# 7107f9ab 20-Jan-2020 Corey Lewis <corey.lewis@data61.csiro.au>

lib: implement instantiate_thm for Trace_Schematic_Insts

This is a function that instantiates a thm with the instantiations provided by
trace_schematic_insts.


# 9b9ae104 12-Dec-2019 Corey Lewis <corey.lewis@data61.csiro.au>

lib: restructure the instantiations type of Trace_Schematic_Insts

This allows us to explicitly record the bound variables from the subgoal so that
they can be more easily handled. We also now drop binders when constructing typ
instantiations.


# ba5983d2 21-Aug-2019 Edward Pierzchalski <ed.pierzchalski@data61.csiro.au>

lib: extend schematic instantiation tracer

Adds a combinator, `trace_schematic_insts_tac`, which wraps a rule-using
tactic and reports any schematic instantiations.


# b0cf5638 20-Aug-2019 Edward Pierzchalski <ed.pierzchalski@data61.csiro.au>

lib: trivial: use cartouches for ML comments.

Useful for antiquotations.


# f617dc60 07-Aug-2018 Japheth Lim <Japheth.Lim@data61.csiro.au>

lib/Trace_Schematic_Insts: refactor; improve ML style


# cd1d0516 06-Aug-2018 Japheth Lim <Japheth.Lim@data61.csiro.au>

lib/Trace_Schematic_Insts: refactor and add code comments


# fe5c9b84 06-Aug-2018 Japheth Lim <Japheth.Lim@data61.csiro.au>

lib/Trace_Schematic_Insts: some cleanup; add basic tests


# f62ca334 06-Aug-2018 Japheth Lim <Japheth.Lim@data61.csiro.au>

lib: add trace_schematic_insts method combinator