src/HOL/Library/Simps_Case_Conv.thy
author wenzelm
Thu, 28 Jul 2016 20:39:46 +0200
changeset 63558 0aa33085c8b1
parent 63432 ba7901e94e7b
child 63579 73939a9b70a3
permissions -rw-r--r--
misc tuning and modernization;

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