Enum purescript_corefn::Meta [−][src]
pub enum Meta {
Constructor {
identifiers: Vec<String>,
type_: ConstructorType,
},
Foreign,
Newtype,
TypeClassConstructor,
Where,
}Variants
ConstructorFields of Constructor
identifiers: Vec<String> | |
type_: ConstructorType |
ForeignNewtypeTypeClassConstructorWhere