-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
> var {list} = require ('list')
> var show = require ('sanctuary-show')Current behaviour:
> show (list ('foo', 'bar', 'baz'))
'{"bits": 3, "length": 3, "offset": 0, "prefix": [0], "root": undefined, "suffix": ["foo", "bar", "baz"]}'Suggested behaviour:
> show (list ('foo', 'bar', 'baz'))
'list ("foo", "bar", "baz")'This would require defining a @@show method which applies show to each of the list's elements.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels