swannodette / ob-sml

org-babel support for Standard ML
10 stars 4 forks source link

Spurious "stdIn" inserted #7

Open borgauf opened 7 years ago

borgauf commented 7 years ago

This code in my org-mode file

+name: sml_test

+begin_src sml

print("floor is : " ^ (Int.toString (floor 3.1823)) ^ "\n");

+end_src

Gives this after C-c C-c

+RESULTS: sml_test

: val it = "stdIn" : string

the sml REPL shows this

Not sure what's going wrong.