schala/schala-lang/language/src/typechecking.rs

4 lines
50 B
Rust

use std::rc::Rc;
pub type TypeName = Rc<String>;