2021-09-02 13:29:43 +12:00

4 lines
75 B
Rust

pub type VarId = usize;
pub type DeclId = usize;
pub type BlockId = usize;