mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
special hash and dedup for SolvedType
This commit is contained in:
parent
7faab5d857
commit
7a8e9fe343
4 changed files with 129 additions and 8 deletions
|
@ -15,7 +15,7 @@ pub struct Symbol(u64);
|
|||
// Set it to false if you want to see the raw ModuleId and IdentId ints,
|
||||
// but please set it back to true before checking in the result!
|
||||
#[cfg(debug_assertions)]
|
||||
const PRETTY_PRINT_DEBUG_SYMBOLS: bool = false;
|
||||
const PRETTY_PRINT_DEBUG_SYMBOLS: bool = true;
|
||||
|
||||
/// In Debug builds only, Symbol has a name() method that lets
|
||||
/// you look up its name in a global intern table. This table is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue