History log of /seL4-l4v-master/HOL4/src/1/Conv.sig
Revision Date Author Comments
# 1fda0759 13-Jun-2018 Mario Xerxes _Castelán Castro_ <marioxcc@example.org>

Add “SPLICE_CONJ_CONV”; add tacticals “wlog_tac” and “wlog_then”.


# 4128ab16 14-Jul-2016 Ramana Kumar <ramana@member.fsf.org>

Add IFC, an if-like construct for conversions

(With Michael.)

Also, use it to re-implement REPEATC, removing an unnecessary handler
(in ORELSEC).


# ecb0e313 15-Mar-2016 Anthony Fox <anthony.fox@cl.cam.ac.uk>

Add Conv.memoize.

This can be used to build conversions that lookup previous result in a red-black tree.

The n-bit libraries are updated to make use of Conv.memoize and new functions in computeLib.


# ade51d1e 17-Nov-2015 Jeremy Dawson <jeremy@cecs.anu.edu.au>

documentation for HYP_CONV_RULE, UNDISCH_SPLIT


# 3ce46a7b 16-Sep-2015 Jeremy Dawson <jeremy@cecs.anu.edu.au>

PART_MATCH_A, REWR_CONV_A - allow substutiting in assumptions


# 1a41e148 21-May-2015 Michael Norrish <Michael.Norrish@nicta.com.au>

Implement HOL Light's {PAT,PATH}_CONV.

Closes #255


# 8ba29cb7 21-May-2015 Michael Norrish <Michael.Norrish@nicta.com.au>

Add COMB2_CONV to Conv structure.

This is an import from HOL Light, changed only to handle the UNCHANGED
exception appropriately.

In passing, update COMB_CONV documentation to
* mention COMB2_CONV as a see also;
* close a parenthesised aside;
* describe its behaviour in the face of UNCHANGED


# 1bc9f344 13-Jan-2011 Michael Norrish <Michael.Norrish@nicta.com.au>

Change src/bool to src/1 as a prelude to experimentation!