Crate glyph_types

Crate glyph_types 

Source
Expand description

Glyph Type System

Implements the gradual type system for Glyph with support for type inference and runtime type checking.

Re-exports§

pub use value::Value;

Modules§

inference
Type inference engine for Glyph
value
Runtime value representation for Glyph

Enums§

Type
Type representation in the Glyph type system
TypeError