Overview  Index  Help 
SMLDoc

HTML.ULStyle

Enclosing Modules:

HTML


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

style

eqtype style

     
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