findSynonyms x
|
|
|
|
../../m2/document.m2:831:23-835:23: --source code:
findSynonyms Symbol := x -> (
result := {};
scan(dictionaryPath, dict -> scan(pairs dict, (name, symb) ->
if x === symb and getGlobalSymbol name === symb then result = append(result, name)));
sort unique result)
The source of this document is in /build/reproducible-path/macaulay2-1.25.06+ds/M2/Macaulay2/packages/Macaulay2Doc/functions/findSynonyms-doc.m2:24:0.