#ifndef __ANTHEM__COMPLETION_H #define __ANTHEM__COMPLETION_H #include #include namespace anthem { //////////////////////////////////////////////////////////////////////////////////////////////////// // // Completion // //////////////////////////////////////////////////////////////////////////////////////////////////// std::vector complete(std::vector &&scopedFormulas, Context &context); //////////////////////////////////////////////////////////////////////////////////////////////////// } #endif