Paul Gray
Paul Gray
@spencerolson, no problem, thanks for your help thus far! I'll just add some more details for completeness: When I try to use the same configurations as above, but via Content...
It looks like `bundix` pulls `bundler` from nixpkgs (https://github.com/nix-community/bundix/blob/master/default.nix#L23), which is currently `v2.3.9`. If there's a way to override that, you might be able to replace that with bundler `v1.17.3`
I was able to hack around this by checking out the bundix repo, replacing the bundler reference with an old version from nix, building it, and using the executable in...
So, another note is that `ts-adt` doesn't depend on `fp-ts`, so copy/pasting the `Prism` interface wouldn't be enough, since we'd still need access to `Option`... I'm thinking it might make...
Yes, I've thought about this quite a bit, and unfortunately, haven't come up with something I'm really happy with. I'd really like to come up with a solution for this,...
I'm not sure I understand the question... Are you asking how to use `match` with a value of type `Option`?