Enum purescript_corefn::Meta[][src]

pub enum Meta {
    Constructor {
        identifiers: Vec<String>,
        type_: ConstructorType,
    },
    Foreign,
    Newtype,
    TypeClassConstructor,
    Where,
}

Variants

Fields of Constructor

Trait Implementations

impl Debug for Meta
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Meta

impl Sync for Meta