Struct fungi_lang::bitype::Ext[][src]

pub struct Ext {
    pub last_label: Option<Rc<String>>,
    pub write_scope: NameTm,
}

"Extra" typing information carried by the typing judgements

Fields

The last programmer-chosen label encountered in the AST; for visualizations, error messages, etc.

Write scope, as a (sorted) name term function (of sort Nm -> Nm).

Methods

impl Ext
[src]

Trait Implementations

impl Clone for Ext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Ext
[src]

Formats the value using the given formatter. Read more

impl Eq for Ext
[src]

impl PartialEq for Ext
[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 Ext
[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 Ext

impl !Sync for Ext