MLton 20100608 Variant
Home  Index  
A variant is an arm of a datatype declaration. For example, the datatype
datatype t = A | B of int | C of real

has three variants: A, B, and C.


Last edited on 2005-12-02 03:13:02 by StephenWeeks.