ptal / Rust.Paper

temporal concurrent constraint language
Apache License 2.0
0 stars 0 forks source link

Compact replicate and next #5

Open ptal opened 9 years ago

ptal commented 9 years ago

Current rep next P will generate 2 vertices, one for P and an empty one for the replicate and next. We could use the equivalence rep next P = next rep P to avoid creating an empty node.