fix(tactic): build on MSVC

This commit is contained in:
Nuno Lopes 2018-02-28 10:49:18 +00:00 committed by Leonardo de Moura
parent f72a700e34
commit 39270fd46f

View file

@ -153,6 +153,7 @@ template<typename T> tactic_state update_option_if_undef(tactic_state const & s,
return set_options(s, s.get_options().update_if_undef(n, v));
}
bool is_ts_safe(tactic_state const & s);
typedef interaction_monad<tactic_state> tactic;
vm_obj to_obj(tactic_state const & s);