| SMLDoc |
structure ULStyle :
sig
eqtype style
val disc : style
val square : style
val circle : style
val toString : style -> string
val fromString : string -> style option
end
Type detail |
---|
eqtype style
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 |