mosml icon indicating copy to clipboard operation
mosml copied to clipboard

structure OS: syserror should be an eqtype, and missing functions

Open kfl opened this issue 16 years ago • 0 comments

The type syserror is declared to be an equality type in the Basis. In Moscow ML it is not.

Missing functions: val errorName : syserror -> string val syserror : string -> syserror option

Missing substructure: IO.

Originally reported by Henning Niss

kfl avatar Apr 17 '09 07:04 kfl