Enum purescript_corefn::ConstructorType[][src]

pub enum ConstructorType {
    Product,
    Sum,
}

Variants

Trait Implementations

impl Debug for ConstructorType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations