DrBoolean / lenses

Composable kmett style lenses
214 stars 13 forks source link

wrong address index in the example #8

Open jfbouzereau opened 9 years ago

jfbouzereau commented 9 years ago

Second address has index 1, so we should have

var secondAddressesStreet = compose(L.addresses, L._num(1), L.street)