[Om] Graph1 Content Dict

Andrew Robbins andjrob at gmail.com
Mon Jun 8 09:04:46 CEST 2009


I think I may have found a bug in the graph1 CD.
In the commented property of "digraph", it has
    map(lambda(...))
which is not a complete application of "map", shouldn't it be
    map(lambda(...), Z)
or something like it, which would make more sense?

Andrew Robbins


More information about the Om mailing list