Add descriptive comment.

This commit is contained in:
Tony Garnock-Jones 2016-03-08 10:59:31 +00:00
parent fe6e83f19e
commit b979dd9d70
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#lang prospect
;; After Figure 1 in "Logic and lattices for distributed programming",
;; Conway et. al, UCB tech report, 2012
;;
;; Added path-seen set to ensure termination on input cycles.
(require racket/set)
(require prospect/actor)