src/HOL/Library/Simps_Case_Conv.thy
author haftmann
Tue, 19 Nov 2013 10:05:53 +0100
changeset 54489 03ff4d1e6784
parent 53433 3b356b7f7cad
child 56361 9f9f60f4dbbf
permissions -rw-r--r--
eliminiated neg_numeral in favour of - (numeral _)

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