From cb2f192ed926b15563193d85defb57520744d2f1 Mon Sep 17 00:00:00 2001 From: AlexKnauth Date: Thu, 3 Sep 2015 16:27:48 -0400 Subject: [PATCH] add note about isomorphism-compose being more efficient --- unstable/lens/isomorphism.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unstable/lens/isomorphism.scrbl b/unstable/lens/isomorphism.scrbl index 244da9c..5899e2c 100644 --- a/unstable/lens/isomorphism.scrbl +++ b/unstable/lens/isomorphism.scrbl @@ -48,12 +48,12 @@ example, are defined like this: @defproc[(isomorphism-compose [lens isomorphism-lens?] ...) isomorphism-lens?]{ Like @racket[lens-compose], but works only on isomorphism lenses, and returns an -isomorphism lens. +isomorphism lens. It is also more efficient than @racket[lens-compose]. } @defproc[(isomorphism-thrush [lens isomorphism-lens?] ...) isomorphism-lens?]{ Like @racket[lens-thrush], but works only on isomorphism lenses, and returns an -isomorphism lens. +isomorphism lens. It is also more efficient than @racket[lens-thrush]. } @deflenses[[string->symbol-lens symbol->string-lens