trivial.adot 321 Bytes
Newer Older
Savva Golubitsky's avatar
Savva Golubitsky committed
1
digraph TRIVIAL {
Savva Golubitsky's avatar
Savva Golubitsky committed
2
    FUNC [module=test_funcs.simplest, entry_func=increment_a_edge]
Savva Golubitsky's avatar
Savva Golubitsky committed
3
    PRED [module=test_funcs.simplest, entry_func=true_predicate]
Savva Golubitsky's avatar
Savva Golubitsky committed
4 5 6 7 8 9
    MORPH [predicate=PRED, function=FUNC, comment="ADD"]

    __BEGIN__ -> ST1 [morphism = MORPH]
    ST1 -> ST2 [morphism = MORPH]
    ST2 -> __END__ [morphism = MORPH]
}