History log of /seL4-l4v-10.1.1/HOL4/examples/misc/balancedParensScript.sml
Revision Date Author Comments
# f3c1fecf 15-May-2017 Michael Norrish <Michael.Norrish@nicta.com.au>

Fix balancedParens example for REPLICATE's new automatic rewrite


# 84cc1436 13-Jan-2016 Michael Norrish <Michael.Norrish@nicta.com.au>

All l/case short simp tacs use LET_ss + ARITH_ss

This means that fs and rfs pick up LET_ss and ARITH_ss, making them
indistinguishable from the 'l' versions.


# db2885e1 23-Aug-2015 Ramana Kumar <ramana@member.fsf.org>

balanced parentheses example

Inspired by an extra exercise at the Isabelle tutorial (Nanjing, 2015).
My version in Isabelle is about 40 lines longer. (This version includes
input from Michael Norrish to make it easier to write and more concise.)