src/HOL/Library/Simps_Case_Conv.thy
author paulson <lp15@cam.ac.uk>
Tue, 01 Dec 2015 14:09:10 +0000
changeset 61762 d50b993b4fb9
parent 56361 9f9f60f4dbbf
child 63432 ba7901e94e7b
permissions -rw-r--r--
Removal of redundant lemmas (diff_less_iff, diff_le_iff) and of the abbreviation Exp. Addition of some new material.

(*  Title:      HOL/Library/Simps_Case_Conv.thy
    Author:     Lars Noschinski
*)

theory Simps_Case_Conv
  imports Main
  keywords "simps_of_case" :: thy_decl == "" and "case_of_simps" :: thy_decl
begin

ML_file "simps_case_conv.ML"

end