See SML full list

前端 未结 3 1119
深忆病人
深忆病人 2021-01-14 06:27

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

3条回答
  •  無奈伤痛
    2021-01-14 07:15

    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 500
    

提交回复
热议问题