datatype term = node of string*term list
| vnode of string
i have a value of type term. How do i print it in sml to standard output.
i have a value of type term. How do i print it in sml to standard output. |
||||
|
|
|
You need to first create a string out of the
|
|||
|
|