src/Tools/8bit/isa-patches/HOL/Prod.p
author paulson
Wed, 14 Feb 2001 12:16:32 +0100
changeset 11115 285b31e9e026
parent 1826 2a2c0dbeb4ac
permissions -rw-r--r--
a new theorem from Bryan Ford

types

('a, 'b) "ò"          (infixr 20)

translations

(type)  "x ò y"	== (type) "x * y" 

  "³(x,y,zs).b"   == "split(³x.³(y,zs).b)"
  "³(x,y).b"      == "split(³x y.b)"