*** empty log message ***
authorregensbu
Tue, 17 Oct 1995 17:59:47 +0100
changeset 1286 ae25649cbbb1
parent 1285 4dd0651d692d
child 1287 84f44b84d584
*** empty log message ***
src/HOLCF/domain/interface.ML
--- a/src/HOLCF/domain/interface.ML	Tue Oct 17 17:00:10 1995 +0100
+++ b/src/HOLCF/domain/interface.ML	Tue Oct 17 17:59:47 1995 +0100
@@ -68,8 +68,8 @@
 
 
      fun string_of_sort_emb [] = ""
-     |   string_of_sort_emb [x] = x
-	|   string_of_sort_emb (x::xs) = x^","^(string_of_sort_emb xs);
+     |   string_of_sort_emb [x] = "\"" ^x^ "\"" 
+	|   string_of_sort_emb (x::xs) = "\"" ^x^ "\"" ^ ", "^(string_of_sort_emb xs);
 
 	fun string_of_sort l = "["^ (string_of_sort_emb l)^"]";