feat(util/name): use '.' instead of '::' as hierarchical name separator
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
91a1b62b9e
commit
28329a55b0
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ Author: Leonardo de Moura
|
||||||
#include "util/list.h"
|
#include "util/list.h"
|
||||||
|
|
||||||
namespace lean {
|
namespace lean {
|
||||||
constexpr char const * lean_name_separator = "::";
|
constexpr char const * lean_name_separator = ".";
|
||||||
enum class name_kind { ANONYMOUS, STRING, NUMERAL };
|
enum class name_kind { ANONYMOUS, STRING, NUMERAL };
|
||||||
/**
|
/**
|
||||||
\brief Hierarchical names.
|
\brief Hierarchical names.
|
||||||
|
|
Loading…
Reference in a new issue