Overview  Index  Help 
SMLDoc

HTML.Shape

Enclosing Modules:

HTML


structure Shape :
sig
  eqtype shape
  val rect : shape
  val circle : shape
  val poly : shape
  val default : shape
  val toString : shape -> string
  val fromString : string -> shape option
end

 
Type detail

shape

eqtype shape

     
Value detail

rect

val rect : shape


circle

val circle : shape


poly

val poly : shape


default

val default : shape


toString

val toString : shape -> string


fromString

val fromString : string -> shape option

 


Overview  Index  Help 
SMLDoc: Documentation generator for SML