Suppress “val it” output in Standard ML

后端 未结 3 1008
小蘑菇
小蘑菇 2021-01-11 19:16

I\'m writing a \"script\" in Standard ML (SML/NJ) that sets up the interactive environment to my liking. The last thing the script does is print out a message indicating eve

3条回答
  •  自闭症患者
    2021-01-11 19:28

    In Moscow ML you can run the REPL without declaration output with

    mosml -quietdec file.sml
    

提交回复
热议问题