src/Tools/8bit/isa-patches/HOL/Nat.p
author paulson
Mon, 23 Sep 1996 17:42:56 +0200
changeset 2003 b48f066d52dc
parent 1826 2a2c0dbeb4ac
permissions -rw-r--r--
Addition of gensym

syntax
  "Gmu"	:: (nat => bool) => nat				(binder "´" 10)

translations
  "´x.P"	== "LEAST x. P"