chore(library/tactic/tactic.h): cleanup
This commit is contained in:
parent
5fff3113a9
commit
976e907c8a
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ public:
|
||||||
|
|
||||||
typedef lazy_list<proof_state> proof_state_seq;
|
typedef lazy_list<proof_state> proof_state_seq;
|
||||||
|
|
||||||
typedef std::function<proof_state_seq(environment const &, io_state const & ios, proof_state const &)> tactic;
|
typedef std::function<proof_state_seq(environment const &, io_state const &, proof_state const &)> tactic;
|
||||||
|
|
||||||
inline optional<tactic> none_tactic() { return optional<tactic>(); }
|
inline optional<tactic> none_tactic() { return optional<tactic>(); }
|
||||||
inline optional<tactic> some_tactic(tactic const & t) { return optional<tactic>(t); }
|
inline optional<tactic> some_tactic(tactic const & t) { return optional<tactic>(t); }
|
||||||
|
|
Loading…
Reference in a new issue