bug fixes and performance improvements
This commit is contained in:
9
src/interner/mod.rs
Normal file
9
src/interner/mod.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
mod monotype;
|
||||
mod multitype;
|
||||
mod token;
|
||||
mod display;
|
||||
|
||||
pub use monotype::TypedInterner;
|
||||
pub use multitype::Interner;
|
||||
pub use token::Token;
|
||||
pub use display::{DisplayBundle, InternedDisplay};
|
||||
Reference in New Issue
Block a user