#pragma once #include "ref.hpp" namespace intellect { namespace level2 { namespace concepts { using level1::concepts::nothing; static ref context("context"); static ref habit("habit"); static ref next("next"); static ref positional("positional"); static ref argument("argument"); static ref result("result"); } } }