Skip to content
Snippets Groups Projects
Commit 4f6f564f authored by Irene Yoon's avatar Irene Yoon
Browse files

A little bit of cleaning

parent 2c91c401
No related branches found
No related tags found
No related merge requests found
......@@ -136,10 +136,6 @@ Section beh.
stuck_pool p T σ
t ub -> has_beh p T σ t
| HasBehDiv T σ t :
(* IY: itrees don't particularly capture a notion of fairness, but the
divergence predicate can be encoded .. *)
(* This constructor may contain trees that have undefined behavior.
How does this work w.r.t. fairness? (Also, does UB contain divergence?) *)
fair_div p T σ has_divergence t -> has_beh p T σ t
| HasBehRet v T σ t:
t Ret v ->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment