Justin Hoyt

Results 5 comments of Justin Hoyt

This is exactly what I'm looking for! My understanding is that IO monads don't allow for an unfolding function like this, right? In that case would you suggest I wrap...

Here is an example of something simple I'm trying to do to lift a value out of an `IO(Result e a)` ```javascript const R = require('ramda'); const { Result, IO...

@evilsoft Thanks so much for the revised example of IO! I made a dumbed down solution that I could understand how to write more easily: ```javascript const IO = require('crocks/IO');...

@evilsoft Seeing how you make a simple reusable function with validateEither blows my mind haha. I also didn't know about bimap so that's a super useful function to just learn!...

@kohane27 ```lua MyScroll = Hydra({ name = "Scroll", mode = 'n', heads = { { 'u', '', { private = true } }, { 'd', '', { private = true...