mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
it works? use boolean unifcation in normal unification
This commit is contained in:
parent
2b7a20bd23
commit
99aaa31bdc
6 changed files with 23 additions and 4 deletions
|
@ -402,7 +402,7 @@ fn type_to_variable(
|
|||
|
||||
register(subs, rank, pools, content)
|
||||
}
|
||||
Boolean(Bool::Variable(var)) => *var,
|
||||
// Boolean(Bool::Variable(var)) => *var,
|
||||
Boolean(b) => {
|
||||
let content = Content::Structure(FlatType::Boolean(b.clone()));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue