fix(kernel): style
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
9b161b825f
commit
fb2ec8fb12
1 changed files with 0 additions and 4 deletions
|
@ -88,16 +88,12 @@ class type_checker::imp {
|
||||||
throw function_expected_exception(env(), ctx, s);
|
throw function_expected_exception(env(), ctx, s);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
static name g_x_name("x");
|
static name g_x_name("x");
|
||||||
/** \brief Auxiliary functional object used to implement infer_type. */
|
/** \brief Auxiliary functional object used to implement infer_type. */
|
||||||
class type_checker::imp {
|
class type_checker::imp {
|
||||||
|
|
||||||
|
|
||||||
// TODO(Leo): we should consider merging check_pi and check_sigma.
|
// TODO(Leo): we should consider merging check_pi and check_sigma.
|
||||||
// They are very similar
|
// They are very similar
|
||||||
expr check_sigma(expr const & e, expr const & s, context const & ctx) {
|
expr check_sigma(expr const & e, expr const & s, context const & ctx) {
|
||||||
|
|
Loading…
Reference in a new issue