Struct fungi_lang::bitype::ModuleDer [] [src]

pub struct ModuleDer {
    pub ast: Rc<Module>,
    pub tds: Vec<ItemRule>,
    pub ctx_out: Ctx,
}

Module typing derivation

Fields

untyped AST of the module

typing sub-derivations for each module item: each ModuleVar is unique

the context exported by this module to modules that use it

Trait Implementations

impl Clone for ModuleDer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ModuleDer
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for ModuleDer
[src]

impl PartialEq for ModuleDer
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Hash for ModuleDer
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl !Send for ModuleDer

impl !Sync for ModuleDer