I have written an ml function and in the output i am getting out = Mary ("a",[Zary #,Zary #]) where Mary and Zary are constructors. But as you can see there are some "#" in the output. if i do val Mary("a",x) = out; then it is showing x = [Zary("b"),Zary("c")]; which is right.
I want to get the complete output instead of hashes. Kindly help me.
flaglink and ask a moderator to move it to the correct site. Stack Overflow? Plus, for extra credit, read the FAQ. – Dennis Williamson Mar 13 '11 at 13:42