add note about isomorphism-compose being more efficient

This commit is contained in:
AlexKnauth 2015-09-03 16:27:48 -04:00
parent 7e512ada88
commit cb2f192ed9

View File

@ -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