Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 933 Bytes

File metadata and controls

18 lines (13 loc) · 933 Bytes

$SetReplaceTypeGraph

$SetReplaceTypeGraph gives the Graph showing types and properties defined in SetReplace (including internal ones) and possible computation paths between them:

In[] := $SetReplaceTypeGraph

It is a Graph representation of a directed hypergraph with types and properties as vertices and implementations of translations and properties as edges.

All vertices have the form kind[name], where kind can be either SetReplaceType, SetReplaceProperty or SetReplaceMethodImplementation, and name is either a type specification or a symbol.