Guest User

Untitled

a guest
Jan 20th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. FooController(Foo) ≝
  2. ∨ FooControllerSyncSpec(Foo)
  3. ∨ FooControllerSyncStat(Foo)
  4.  
  5. FooControllerSyncSpec(Foo) ≝
  6. ∨ Action-1-Enabled(Foo) ⟹ Action-1(Foo)
  7. ∨ Action-2-Enabled(Foo) ⟹ Action-2(Foo)
  8.  
  9. FooControllerSyncStat(Foo) ≝
  10. Update(Foo, [Foo EXCEPT !.Status = Gather-Status(Foo)])
Add Comment
Please, Sign In to add comment