mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Add percision variable in fp/integer eq constraints
This commit is contained in:
parent
5e332cbad9
commit
48f964adf4
17 changed files with 120 additions and 71 deletions
|
@ -652,7 +652,9 @@ impl<'a> LayoutCache<'a> {
|
|||
seen: MutSet::default(),
|
||||
};
|
||||
|
||||
dbg!(&var);
|
||||
let result = Layout::from_var(&mut env, var);
|
||||
dbg!(&result);
|
||||
|
||||
// Don't actually cache. The layout cache is very hard to get right in the presence
|
||||
// of specialization, it's turned of for now so an invalid cache is never the cause
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue