Is there any way to print full list using SML?
Usually what happen is in SML when I have too many elements it prints first few elements separated by \",\" and then i
I assume you are using Poly/ML. The function PolyML.print_depth says how deep printing should go in any structure (lists included). Change it to something larger:
PolyML.print_depth
PolyML.print_depth 500