PreviousUpNext

15.3.457  src/lib/std/dot/dot-graphtree.api

## dot-graphtree.api
#
# In-memory representation for "foo.dot" graph files.

# Compiled by:
#     src/lib/std/standard.lib

# When we read in "foo.dot" files representing graphs,
# Dot_Graph defines the in-memory representation of them:


api Dot_Graphtree {

    include api Traitful_Graphtree;                             # Traitful_Graphtree    is from   src/lib/std/graphtree/traitful-graphtree.api

    read_graph:  String -> Traitful_Graph;
};


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext