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

pub struct ModuleDer {
    pub ast: Shared<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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ModuleDer
[src]

Formats the value using the given formatter. Read more

impl Eq for ModuleDer
[src]

impl PartialEq for ModuleDer
[src]

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

This method tests for !=.

impl Hash for ModuleDer
[src]

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

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

Auto Trait Implementations

impl !Send for ModuleDer

impl !Sync for ModuleDer