pyherc icon indicating copy to clipboard operation
pyherc copied to clipboard

clean up actions and monads

Open tuturto opened this issue 8 years ago • 0 comments
trafficstars

left-if-nil can be worked out just with ->either, provided there are no other falsey values expected. do-monad-e is just (either print Right (do-monad ...))

tuturto avatar Dec 16 '16 06:12 tuturto