Adit Shah

Results 2 comments of Adit Shah

I'm in favor of using plain values too. Note that you could always use lazy getters if you need a nullary function. ```javascript const List = { get empty() {...

> The best option may be to define an [`inspect`](https://nodejs.org/api/util.html#util_util_inspect_custom) method, as we do for Sanctuary's ADTs: That doesn't work in the browser. Here's an example. https://jsfiddle.net/3vuoqpma/ ![image](https://user-images.githubusercontent.com/52000721/63167272-68d0b080-c04e-11e9-9f28-50f79a6b284f.png) As you...