src/HOL/Library/Simps_Case_Conv.thy
author wenzelm
Sat, 23 May 2015 17:19:37 +0200
changeset 60299 5ae2a2e74c93
parent 56361 9f9f60f4dbbf
child 63432 ba7901e94e7b
permissions -rw-r--r--
clarified NEWS: document_files are officially required since Isabelle2014, but the absence was tolerated as legacy feature;

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