Struct purescript_corefn::ModuleAndIdentifier[][src]

pub struct ModuleAndIdentifier {
    pub module: Option<Vec<String>>,
    pub identifier: String,
}

Fields

Trait Implementations

impl Debug for ModuleAndIdentifier
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations