Struct kailua_check::env::Scope [] [src]

pub struct Scope { /* fields omitted */ }

A scope.

This is currently used to track the function frame and type names. Local names are resolved at the parser level so it can be uniquely identified. In the future type names will be also handled in the similar manner, removing the needs for this type.

Methods

impl Scope
[src]

Trait Implementations

impl Clone for Scope
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Scope
[src]

Formats the value using the given formatter.