Skip to main content

Module types

Module types 

Source
Expand description

Type system module for Solilang.

Re-exports§

pub use checker::TypeChecker;
pub use type_repr::Type;

Modules§

checker
Type checker for Solilang.
environment
Type environment for the type checker.
type_repr
Internal type representation for the type checker.