mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
idea (rejected): only generate work up to constraint gen, then look at what modules are actually used and generate Solve.. work based on that
This commit is contained in:
parent
3db44af36f
commit
2cbe5f5231
5 changed files with 156 additions and 23 deletions
|
@ -293,7 +293,7 @@ lazy_static! {
|
|||
}
|
||||
|
||||
/// A globally unique ID that gets assigned to each module as it is loaded.
|
||||
#[derive(Copy, Clone, PartialEq, Eq, Hash)]
|
||||
#[derive(Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)]
|
||||
pub struct ModuleId(u32);
|
||||
|
||||
impl ModuleId {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue