I have this ugly prototype for runReaders: https://try.purescript.org/?gist=7fe346867c14d18e78ff06e32673ae5f . I wonder if something like this (with a better API of course) could be included in this lib. What do you think? Any ideas how to make this better - should I stick with onMatch and transform only input record?
(Ping @3ddyy - I've seen that you have improved reader API recently ;-))
I have this ugly prototype for
runReaders: https://try.purescript.org/?gist=7fe346867c14d18e78ff06e32673ae5f . I wonder if something like this (with a better API of course) could be included in this lib. What do you think? Any ideas how to make this better - should I stick withonMatchand transform only input record?(Ping @3ddyy - I've seen that you have improved reader API recently ;-))