Add lens-view* contract

This commit is contained in:
Jack Firth 2015-07-08 10:00:29 -07:00
parent db0b7ad6f2
commit 31e52b7697

View File

@ -7,9 +7,9 @@
(require rackunit))
(provide
lens-view*
lens-set*
(contract-out [lens-view (-> lens? any/c any/c)]
[lens-view* (->* [any/c] #:rest (listof lens?) any/c)]
[lens-set (-> lens? any/c any/c any/c)]))