I have question about optics. Why Lens method `set...
# arrow-contributors
j
I have question about optics. Why Lens method
set
has (S, B) -> T declaration, but
invoke
required (B) -> (S) -> T. Why are S and B swapped?