CookBook/infix_conv.ML
changeset 158 d7944bdf7b3f
parent 157 76cdc8f562fc
child 159 64fa844064fa
--- a/CookBook/infix_conv.ML	Wed Mar 04 13:15:29 2009 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-signature INFIX_CONV =
-sig
-  val then_conv : Thm.conv * Thm.conv -> Thm.conv
-  val else_conv : Thm.conv * Thm.conv -> Thm.conv
-end
-
-structure InfixConv : INFIX_CONV = Conv
-
-open InfixConv