| SMLDoc |
structure Shape =
struct
type shape = string ref
val rect : shape
val circle : shape
val poly : shape
val default : shape
val toString : shape -> string
val fromString : string -> shape option
end
Type detail |
---|
type shape = string ref
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 |