diff --git a/unstable/lens/compound.rkt b/unstable/lens/compound.rkt index 467d92a..cae2a16 100644 --- a/unstable/lens/compound.rkt +++ b/unstable/lens/compound.rkt @@ -2,6 +2,7 @@ (require fancy-app lens + lens/list-pair-contract unstable/sequence) (module+ test @@ -9,7 +10,8 @@ (provide (contract-out - [compound-list-lens (->* () #:rest (listof lens?) lens?)])) + [compound-list-lens (->* () #:rest (listof lens?) lens?)] + [compound-hash-lens (->* () #:rest (listof2 any/c lens?) lens?)])) (define (zip xs ys)