summaryrefslogtreecommitdiff
path: root/starts/meaning-vm/level-2/concepts.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'starts/meaning-vm/level-2/concepts.hpp')
-rw-r--r--starts/meaning-vm/level-2/concepts.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/starts/meaning-vm/level-2/concepts.hpp b/starts/meaning-vm/level-2/concepts.hpp
index 3a6ac6b..8e9c145 100644
--- a/starts/meaning-vm/level-2/concepts.hpp
+++ b/starts/meaning-vm/level-2/concepts.hpp
@@ -7,11 +7,14 @@ 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");
}