#ifndef __PDDL__DETAIL__PARSING__TYPE_H #define __PDDL__DETAIL__PARSING__TYPE_H #include #include namespace pddl { namespace detail { //////////////////////////////////////////////////////////////////////////////////////////////////// // // Type // //////////////////////////////////////////////////////////////////////////////////////////////////// ast::Type parseType(Context &context, ast::Domain &domain); //////////////////////////////////////////////////////////////////////////////////////////////////// } } #endif