CookBook/infix_conv.ML
author Christian Urban <urbanc@in.tum.de>
Fri, 27 Feb 2009 15:59:38 +0000
changeset 152 8084c353d196
parent 142 c06885c36575
permissions -rw-r--r--
added material to the endless story of the simplifier

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