Function
Shell.Editor
val editFile: string -> unit
editFile name -> ()
()
Invokes your preferred (consulting the value of Shell.Options.Preferences.editor to do so) on the source (.sml) file name.
If name does not exist, or if some other file-related error occurs, editFile raises exception EditError.