TFL/usyntax.ML
changeset 13182 21851696dbf0
parent 12340 24d31d47af1a
child 15531 08c8dad8e399
--- a/TFL/usyntax.ML	Mon May 27 17:20:16 2002 +0200
+++ b/TFL/usyntax.ML	Tue May 28 09:46:39 2002 +0200
@@ -167,7 +167,7 @@
 
 fun mk_select (r as {Bvar,Body}) =
   let val ty = type_of Bvar
-      val c = Const("Eps",(ty --> HOLogic.boolT) --> ty)
+      val c = Const("Hilbert_Choice.Eps",(ty --> HOLogic.boolT) --> ty)
   in list_comb(c,[mk_abs r])
   end;