| SMLDoc |
structure Shape :
sig
eqtype shape
val rect : shape
val circle : shape
val poly : shape
val default : shape
val toString : shape -> string
val fromString : string -> shape option
end
Type detail |
---|
eqtype shape
Value detail |
---|
val rect : shape
val circle : shape
val poly : shape
val default : shape
val toString : shape -> string
val fromString : string -> shape option
| SMLDoc: Documentation generator for SML |