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.hpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/starts/meaning-vm/level-2/concepts.hpp b/starts/meaning-vm/level-2/concepts.hpp
index 8e9c145..57f5adb 100644
--- a/starts/meaning-vm/level-2/concepts.hpp
+++ b/starts/meaning-vm/level-2/concepts.hpp
@@ -8,13 +8,17 @@ namespace level2 {
namespace concepts {
using level1::concepts::nothing;
+using level1::concepts::name;
static ref context("context");
static ref habit("habit");
static ref next("next");
-static ref positional("positional");
-static ref argument("argument");
+static ref information("information");
+static ref needed("needed");
static ref result("result");
+static ref assume("assume");
+static ref unexpected("unexpected");
+static ref value("value");
}