/** ** \file combine/libcombine.cc ** \brief Define exported combine functions. */ #include // FIXME: Some code was deleted here. namespace combine { std::pair combine_bind(ast::Ast& tree, bool overloads_enabled) { // FIXME: Some code was deleted here. } misc::error combine_types_check(ast::Ast& tree, const overload::overfun_bindings_type& combine_bindings, bool overloads_enabled) { // FIXME: Some code was deleted here. } } // namespace combine