Fix typo
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
59a589037e
commit
a8ba50531b
1 changed files with 1 additions and 2 deletions
|
@ -74,8 +74,7 @@ expr head_reduce(expr const & t, environment const & e, context const & c, name_
|
||||||
if (obj && obj.is_definition() && !obj.is_opaque())
|
if (obj && obj.is_definition() && !obj.is_opaque())
|
||||||
return obj.get_value();
|
return obj.get_value();
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
return t;
|
|
||||||
}
|
}
|
||||||
|
return t;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue