choose just as an infix
authorpaulson
Wed, 13 Oct 1999 12:07:23 +0200
changeset 7843 077d305615df
parent 7842 6858c98385c3
child 7844 6462cb4dfdc2
choose just as an infix
src/HOL/Power.thy
--- a/src/HOL/Power.thy	Wed Oct 13 12:07:03 1999 +0200
+++ b/src/HOL/Power.thy	Wed Oct 13 12:07:23 1999 +0200
@@ -9,7 +9,7 @@
 
 Power = Divides + 
 consts
-  binomial :: "[nat,nat] => nat"      ("'(_ choose _')" [50,50])
+  binomial :: "[nat,nat] => nat"      (infixl "choose" 65)
 
 primrec
   "p ^ 0 = 1"