summaryrefslogtreecommitdiff
path: root/starts/meaning-vm/level-2/concepts.hpp
blob: a8cfb0d9dfd967c6072c143427ed97e73021c64f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#pragma once

#include "ref.hpp"

namespace intellect {
namespace level2 {

namespace concepts {

static ref context("context");

}

}
}