forked from extern/nushell
6 lines
130 B
Rust
6 lines
130 B
Rust
pub type VarId = usize;
|
|
pub type DeclId = usize;
|
|
pub type BlockId = usize;
|
|
pub type ModuleId = usize;
|
|
pub type OverlayId = usize;
|