src/HOL/Library/Simps_Case_Conv.thy
author wenzelm
Sat, 02 Aug 2014 19:29:02 +0200
changeset 57843 d8966c09025c
parent 56361 9f9f60f4dbbf
child 63432 ba7901e94e7b
permissions -rw-r--r--
proper priority for error over warning also for node_status (see 9c5220e05e04);

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