Overview  Index  Help 
SMLDoc

HTML.ULStyle

Enclosing Modules:

HTML


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

style

type style = string ref

     
Value detail

disc

val disc : style


square

val square : style


circle

val circle : style


toString

val toString : style -> string


fromString

val fromString : string -> style option

 


Overview  Index  Help 
SMLDoc: Documentation generator for SML