forked from Orchid/orchid
Converted Interner to work with Rc-s
- Interner no longer contains unsafe code - Tokens now hold a reference to the value they represent directly This will enable many future improvements
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
mod monotype;
|
||||
mod multitype;
|
||||
mod token;
|
||||
mod traits;
|
||||
// mod traits;
|
||||
|
||||
pub use monotype::TypedInterner;
|
||||
pub use multitype::Interner;
|
||||
pub use token::Tok;
|
||||
pub use traits::{DisplayBundle, InternedDisplay, InternedInto};
|
||||
// pub use traits::{DisplayBundle, InternedDisplay, InternedInto};
|
||||
|
||||
Reference in New Issue
Block a user