Skip to content
Snippets Groups Projects
Commit a26a3367 authored by Ralf Jung's avatar Ralf Jung
Browse files

remark about one_shot

parent 245e0349
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ From iris.algebra Require Import upred.
Local Arguments validN _ _ _ !_ /.
Local Arguments valid _ _ !_ /.
(* TODO: Really, we should have sums, and then this should be just "excl unit + A". *)
Inductive one_shot {A : Type} :=
| OneShotPending : one_shot
| Shot : A one_shot
......
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