Skip to content
  • Alexandre Duret-Lutz's avatar
    Move helper functions from simplify.cc to the AST files. · 5e7c0add
    Alexandre Duret-Lutz authored
    * src/ltlvisit/simplify.cc (spot::ltl::is_And, spot::ltl::is_F,
    spot::ltl::is_FG, spot::ltl::is_G, spot::ltl::is_GF, spot::ltl::is_M,
    spot::ltl::is_Or, spot::ltl::is_R, spot::ltl::is_U, spot::ltl::is_W,
    spot::ltl::is_X, spot::ltl::is_binop, spot::ltl::is_constant,
    spot::ltl::is_multop, spot::ltl::is_unop): Move ...
    * src/ltlast/binop.hh, src/ltlast/constant.hh, src/ltlast/multop.hh
    src/ltlast/unop.hh: ... here, as appropriate.
    5e7c0add