We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4641a0e commit 88d73e7Copy full SHA for 88d73e7
Bisim.hs
@@ -286,4 +286,10 @@ both"? This is more expensive, but not catastrophically so... and we
286
hope may let us work with a restricted subset of the state space. The
287
next thing to try.
288
289
--}
+Additional thoughts (19/9): normalizing by floating Alts to the top is
290
+stupid: we know Par will blow up that way. Can we "normalize" by
291
+keeping Par at the top instead? We wouldn't get unique normal forms,
292
+but maybe we can cope with that. The idea is to represent a set of
293
+"non racing" events that a process can do in any order.
294
+
295
+ -}
0 commit comments