CookBook/infix_conv.ML
author Christian Urban <urbanc@in.tum.de>
Tue, 03 Mar 2009 13:00:55 +0000
changeset 156 e8f11280c762
parent 142 c06885c36575
permissions -rw-r--r--
polished

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