src/HOL/Library/Simps_Case_Conv.thy
author blanchet
Sun, 04 May 2014 19:01:36 +0200
changeset 56852 b38c5b9cf590
parent 56361 9f9f60f4dbbf
child 63432 ba7901e94e7b
permissions -rw-r--r--
added 'satx' to Sledgehammer's portfolio (cf. 'isar_try0')

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