fix(library/compiler/emit_cpp): Lean namespace

This commit is contained in:
Sebastian Ullrich 2019-03-21 19:39:54 +01:00 committed by Leonardo de Moura
parent 20451918a6
commit 09c65008f6

View file

@ -1187,7 +1187,7 @@ void emit_cpp(std::ostream & out, environment const & env, module_name const & m
void initialize_emit_cpp() {
g_cpp = new name("cpp");
g_lean = new name("lean");
g_lean = new name("Lean");
}
void finalize_emit_cpp() {