recursion-ninja

Results 56 comments of recursion-ninja

I really hope that this is possible, because it is how I would like to use most _O(1)_ lookup functions.

I'd prefer the extra dependency if it means better Unicode support in the error message rendering. One of the main attractions of `megaparsec` (for me and my team) is the...

I've been waiting for about 5 months to upload an updated package to Hackage which was reworked to use multiple libraries. Is there an ETA for Hackage supporting the multiple...

Blocking [amnh/PCG][0] from using GHC-8.8.1. [0]: http://www.github.com/amnh/PCG

Wouldn't forming the paths backwards and later reversing them greatly hinder laziness and make the operations on infinite trees impossible?

Any progress on finalizing these laws and adding them to the documentation?

Because your library exposes many functions which require [`Vector`][0] as input values and produces [`Vector`][0] as output values, and [`Vector`][0] is zero indexed, your library exposes an inconsistent API to...

@mouse07410 the following all compiled successfully for me: # `summoner-cli` ## ✓ GHC 9.0.2 ``` cabal update cabal install summoner --with-compiler=ghc-9.0.2 --allow-newer=base,ghc-prim ``` # `summoner-tui` ## ✓ GHC 8.10.7 ```...

Yes, support for the current GHC-9.4.* series, as well as planning for prompt support of the impending GHC-9.6.* series would be greatly appreciated!

Why do I need `TemplateHaskell ` in the `other-extensions` of the `.cabal` file in order to build with profiling when my actual source files that use template Haskell enables `TemplateHaskell`...