In Poly/ML, names of global values can be obtained by:
map #1 ((#allVal PolyML.globalNameSpace) ());
and top level strucutres can be obtained similarly using #allStruct
.
Now, how can I list all values inside a structure?
That is, is there a way to implement ???
below?
> ??? "String";
["implode", "explode", "concatWith", ...]