src/Tools/8bit/isa-patches/HOL/Nat.p
author wenzelm
Tue, 10 Oct 2000 23:44:44 +0200
changeset 10184 4a7a1091cf65
parent 1826 2a2c0dbeb4ac
permissions -rw-r--r--
fully enclose "\isadigit{...}"; \<^foo> produces "\isactrlfoo ";

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

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