adapted Syntax.const_name;
authorwenzelm
Sat, 07 Mar 2009 21:57:36 +0100
changeset 30341 78d08e2d01b9
parent 30340 60b2c50420d2
child 30342 d32daa6aba3c
adapted Syntax.const_name;
src/HOLCF/Tools/domain/domain_syntax.ML
--- a/src/HOLCF/Tools/domain/domain_syntax.ML	Sat Mar 07 21:20:17 2009 +0100
+++ b/src/HOLCF/Tools/domain/domain_syntax.ML	Sat Mar 07 21:57:36 2009 +0100
@@ -75,7 +75,7 @@
 
 local open Syntax in
   local
-    fun c_ast con mx = Constant (const_name con mx);
+    fun c_ast con mx = Constant (Syntax.const_name mx con);
     fun expvar n     = Variable ("e"^(string_of_int n));
     fun argvar n m _ = Variable ("a"^(string_of_int n)^"_"^
 				     (string_of_int m));