fix(library/type_inferer): typo
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
dae86c2ffa
commit
67def8da21
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ public:
|
|||
if (is_bool(t))
|
||||
return true;
|
||||
else
|
||||
return is_bool(normalize(e, ctx));
|
||||
return is_bool(normalize(t, ctx));
|
||||
}
|
||||
};
|
||||
type_inferer::type_inferer(environment const & env):m_ptr(new imp(env)) {}
|
||||
|
|
Loading…
Reference in a new issue