Type Definition mamba::check::result::TypeResult

source ·
pub type TypeResult<T = ASTTy> = Result<T, Vec<TypeErr>>;