tomberek

Results 245 comments of tomberek

Almost cheating: [https://www.reddit.com/r/haskell/comments/2e0ane/category_with_fanout_and_split_but_not_an_arrow/](https://www.reddit.com/r/haskell/comments/2e0ane/category_with_fanout_and_split_but_not_an_arrow/) ``` data Circuit x y where Terminal :: y -> Circuit x y Wire :: Circuit x x (:>>>) :: Circuit x y -> Circuit y z...

I have written one. https://github.com/tomberek/ArrowDesugar It needs some work and may not be 100% compliant. But the Arrow ecosystem seems to be suffering. I'm trying to bring it back. Similar...

Having a similar issue. *.hi is not seen.

Is there any work around to tell hdevtools to check for .hi files?

Where is this? What support or assistance is needed?

Additionally, this provides a parser for various languages. Eg: list-chunks for .caidx implemented in-browser at https://tomberek.1mb.site/

Something like this can get you something to checkout BMA in docker. TODO: note i should add some utils and awscli as runtime-dependencies in Nix. ``` docker run --rm -it...

we've been trying to improve the https://github.com/NixOS/templates and https://github.com/nix-community/templates/ so a mach-nix example in those would be a good start.