src/HOL/Library/Simps_Case_Conv.thy
author haftmann
Sat, 15 Mar 2014 08:31:33 +0100
changeset 56154 f0a927235162
parent 53433 3b356b7f7cad
child 56361 9f9f60f4dbbf
permissions -rw-r--r--
more complete set of lemmas wrt. image and composition

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