display({A}) should not display as an operator.
This commit is contained in:
parent
9d07b51937
commit
e204a8b7a3
@ -792,7 +792,7 @@ writeTerm(Term t, int p, int depth, int rinfixarg, struct write_globs *wglb)
|
|||||||
wrputc(')', wglb->writewch);
|
wrputc(')', wglb->writewch);
|
||||||
lastw = separator;
|
lastw = separator;
|
||||||
}
|
}
|
||||||
} else if (functor == FunctorBraces) {
|
} else if (!wglb->Ignore_ops && functor == FunctorBraces) {
|
||||||
wrputc('{', wglb->writewch);
|
wrputc('{', wglb->writewch);
|
||||||
lastw = separator;
|
lastw = separator;
|
||||||
writeTerm(ArgOfTermCell(1, t), 1200, depth + 1, FALSE, wglb);
|
writeTerm(ArgOfTermCell(1, t), 1200, depth + 1, FALSE, wglb);
|
||||||
|
Reference in New Issue
Block a user