Printing constant symbols correctly.
This commit is contained in:
parent
be91498384
commit
b7c661bddc
@ -46,7 +46,7 @@ struct TermPrintVisitor
|
|||||||
{
|
{
|
||||||
if (function.arguments.empty())
|
if (function.arguments.empty())
|
||||||
{
|
{
|
||||||
std::cout << "[f " << function.name << "]";
|
std::cout << function.name;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user