src/HOL/Library/Simps_Case_Conv.thy
author wenzelm
Wed, 02 Apr 2014 13:54:50 +0200
changeset 56361 9f9f60f4dbbf
parent 53433 3b356b7f7cad
child 63432 ba7901e94e7b
permissions -rw-r--r--
suppress slightly odd completion of "simp";

(*  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