Enum purescript_corefn::Decl[][src]

pub enum Decl {
    NonRec(Bind),
    Rec {
        binds: Vec<Bind>,
    },
}

Variants

Fields of Rec

Trait Implementations

impl Debug for Decl
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Decl

impl Sync for Decl