Forgot properties
svn: r15270
This commit is contained in:
parent
cc7bd5597b
commit
2abe1fd5d2
7
collects/frtime/tests/time.ss
Normal file
7
collects/frtime/tests/time.ss
Normal file
|
@ -0,0 +1,7 @@
|
|||
#lang frtime
|
||||
(require frtime/etc)
|
||||
(define x (rec y (0 . until . (add1 (inf-delay y)))))
|
||||
|
||||
(==> (filter-e zero? (changes (modulo seconds 10)))
|
||||
(lambda (v)
|
||||
(printf "~S~n" (value-now x))))
|
Loading…
Reference in New Issue
Block a user