Update file purpose statement

This commit is contained in:
Tony Garnock-Jones 2016-02-29 10:51:36 -05:00
parent 07785e9232
commit 79ea380afc
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#lang prospect
;; Toy file system, based on the example in the ESOP2016 submission.
;; prospect/actor implementation.
;; prospect/actor implementation, using "during" instead of "on asserted/until retracted".
(require prospect/actor)
(require prospect/drivers/timer)