Dmitrii Kovanikov
Dmitrii Kovanikov
@vrom911 This is a super cool idea! Would love to see this feature :slightly_smiling_face:
@krisis We haven't designed this feature entirely yet. But I tend to agree that listing of all issues should be from the upstream repository by default. And since we're using...
I like `hit edit` because it's short 🙂 But it could be a bit ambiguous... On the one hand, we might to add more commands to `hit` like `hit edit...
@0xd34df00d What do you mean by saying _monoids that "makes sense"_? The idea was to traverse a treap once, mapping all elements and recalculating all monoidal values in nodes. So...
@JulStrat Thanks for the idea. I don't have capacity at the moment for solving problems on a particular platform. And this probably won't be that straightforward because problem-solving platforms usually...
@JulStrat This issue is exactly about implementing relative benchmarks. However, `Set` doesn't provide the same interface as `Treap` so it's not fair to compare against `Set`. The closest data structure...
@vrom911 Unfortunately, yes, untill `stack` adds support for Backpack. Transition to Backpack will break `typerep-map` into multiple packages: * `typerep-map-sig`: Backpack signatures * `typerep-map-containers`: `containers`-based solution * `typerep-map`: array-based solution...
@qoelet Sure, go for it! But I would like you to add some documentation while you work on this. I never used `inspection-testing` by myself, so looking just at the...
Hi @Cmdv! [TypeRepMap](https://hackage.haskell.org/package/typerep-map-0.3.3.0/docs/Data-TypeRepMap.html#t:TypeRepMap) is parametrized by a polymorphic type variable, and [TMap](https://hackage.haskell.org/package/typerep-map-0.3.3.0/docs/Data-TMap.html#t:TMap) is special case of `TypeRepMap` with `Identify` instead of the `f` type variable. However, despite being a specialization...
@Cmdv Yes, you got the idea right :+1: Checking just functions without applying them to any arguments should be enough.