PNW-TechPros / js-natural-lenses

A JavaScript-native lens (and ancillary optics) system loosely based on Kmett-style lenses.
MIT License
3 stars 0 forks source link

`NAMED_VALUES` fails if not called #14

Closed rtweeks closed 2 years ago

rtweeks commented 2 years ago

Version: 2.0.0

Using NAMED_VALUES from the datum plan DSL without calling it results in an error.

Workaround: Call it like NAMED_VALUES(VALUE)