blob: 51cd69321fe0384e824aa1182f7d33259066a10a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#include "concepts.hpp"
namespace intellect {
namespace level1 {
namespace concepts {
ref nothing("nothing");
ref is("is");
ref anonymous("anonymous");
ref link("link");
ref name("name");
}
}
}
|