Struct fungi_lang::bitype::DerVis[][src]

pub struct DerVis {
    pub tmfam: String,
    pub local_err: bool,
}

Information for visualizing derivation trees in HFI

Fields

Term family name, for HFI

true for local errors that should be visually indicated at the given AST/derivation node, and false for both non-local errors and Ok nodes.

Trait Implementations

impl Clone for DerVis
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DerVis
[src]

Formats the value using the given formatter. Read more

impl Eq for DerVis
[src]

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

impl Sync for DerVis