| SMLDoc |
structure ULStyle =
struct
type style = string ref
val disc : style
val square : style
val circle : style
val toString : style -> string
val fromString : string -> style option
end
Type detail |
---|
type style = string ref
Value detail |
---|
val disc : style
val square : style
val circle : style
val toString : style -> string
val fromString : string -> style option
| SMLDoc: Documentation generator for SML |