History log of /seL4-l4v-master/l4v/lib/ml-helpers/TermExtras.ML
Revision Date Author Comments
# 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.