Expand description
Type system and type checker for Specl.
Re-exports§
pub use checker::check_module;pub use checker::TypeChecker;pub use env::ActionSig;pub use env::TypeEnv;pub use error::TypeError;pub use error::TypeResult;pub use types::RecordType;pub use types::Substitution;pub use types::Type;pub use types::TypeVar;pub use types::TypeVarGen;