summaryrefslogtreecommitdiff
path: root/starts/meaning-vm/level-2/concepts.hpp
blob: 8e9c145aa5cf92f43afaab05d3495b1a9a4ae59c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#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");

}

}
}