TFL/thms.sig
author paulson
Tue, 20 May 1997 11:49:57 +0200
changeset 3245 241838c01caf
parent 2112 3902e9af752f
child 3302 404fe31fd8d2
permissions -rw-r--r--
Removal of redundant code (unused or already present in Isabelle. This eliminates HOL compatibility but makes the code smaller and more readable

signature Thms_sig =
sig
   val WF_INDUCTION_THM:thm
   val WFREC_COROLLARY :thm
   val CUT_DEF         :thm
   val CUT_LEMMA       :thm
   val SELECT_AX       :thm
   
   val COND_CONG :thm
   val LET_CONG  :thm

   val eqT       :thm
   val rev_eq_mp :thm
   val simp_thm  :thm
end;