CookBook/infix_conv.ML
author Christian Urban <urbanc@in.tum.de>
Wed, 04 Mar 2009 13:15:29 +0000
changeset 157 76cdc8f562fc
parent 142 c06885c36575
permissions -rw-r--r--
added more to the simplifier section

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