Skip to content

Commit 88d73e7

Browse files
committed
a thought
1 parent 4641a0e commit 88d73e7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Bisim.hs

+7-1
Original file line numberDiff line numberDiff line change
@@ -286,4 +286,10 @@ both"? This is more expensive, but not catastrophically so... and we
286286
hope may let us work with a restricted subset of the state space. The
287287
next thing to try.
288288
289-
-}
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

Comments
 (0)