src/HOL/Library/Simps_Case_Conv.thy
author wenzelm
Fri, 06 Sep 2013 12:05:01 +0200
changeset 53433 3b356b7f7cad
parent 53426 92db671e0ac6
child 56361 9f9f60f4dbbf
permissions -rw-r--r--
more standard header;

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

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

ML_file "simps_case_conv.ML"

end