src/HOLCF/domain/syntax.ML
changeset 5700 491944c2fb12
parent 5291 5706f0ef1d43
child 9060 b0dd884b1848
--- a/src/HOLCF/domain/syntax.ML	Tue Oct 20 16:39:14 1998 +0200
+++ b/src/HOLCF/domain/syntax.ML	Tue Oct 20 16:41:50 1998 +0200
@@ -45,7 +45,7 @@
 	in implode o esc o Symbol.explode end;
   fun con (name,s,args) = (name,foldr (op ->>) (map third args,dtype),s);
   fun dis (con ,s,_   ) = (dis_name_ con, dtype->>trT,
-			   Mixfix(escape ("is_" ^ con), [], max_pri));
+			   Mixfix(escape ("is_" ^ con), [], Syntax.max_pri));
 			(* stricly speaking, these constants have one argument,
 			   but the mixfix (without arguments) is introduced only
 			   to generate parse rules for non-alphanumeric names*)