Closed MassD closed 6 years ago
When I try sexplib, it tells me
Sexp.of_string " a";; is correct.
Sexp.of_string " a";;
Sexp.of_string "a ";; is wrong.
Sexp.of_string "a ";;
Please see In StackOverflow, Is trailing white space is forbidden in s-expression? for more details
now works
When I try sexplib, it tells me
Sexp.of_string " a";;
is correct.Sexp.of_string "a ";;
is wrong.Please see In StackOverflow, Is trailing white space is forbidden in s-expression? for more details