debasishg / frdomain

Code repo for Functional and Reactive Domain Modeling
Apache License 2.0
467 stars 136 forks source link

Fix a typo in CustomerLenses #44

Open ghost opened 6 years ago

ghost commented 6 years ago

The lens name nameLens did not correspond to the actual value assigned which in fact deals with id, so it must be either the name or the value which is not valid. For the completeness this commit adds both: idLens and nameLens.

Related issue https://github.com/debasishg/frdomain/issues/43