it works? use boolean unifcation in normal unification

This commit is contained in:
Folkert 2020-01-07 19:17:12 +01:00
parent 2b7a20bd23
commit 99aaa31bdc
6 changed files with 23 additions and 4 deletions

View file

@ -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()));