CookBook/infix_conv.ML
author Christian Urban <urbanc@in.tum.de>
Wed, 25 Feb 2009 16:49:20 +0000
changeset 146 4aa8a80e37ff
parent 142 c06885c36575
permissions -rw-r--r--
some polishing about conversions

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