Andres Löh

Results 17 issues of Andres Löh

Also add a cpara-like function for AllZip as suggested in #138.

Makes it easier to use for me locally (and more difficult to forget).

I would like this library to reach version 1.0 ultimately, and I think it has been remarkably stable for a while now, despite the fact that it's still relatively young...

The library provides instances for most(?) `base` types in `Generics.SOP.Instances`. However, I don't think this list has been updated since the first release. And `base` has certainly changed significantly. At...

See #53 for some examples. `fieldNames` would be nice to have on the term-level. `IsRecordType` would be nice to have on the type-level. But also type functions for operating on...

Now that we've split the packages, we should: - rename the repository from `generics-sop` to `sop`, - possibly integrate some of the other `sop`-related packages.

I've given quite a few talks and written a few tutorials by now (others might have done the same), yet the package itself only points to the original paper. We...

enhancement

This is connection with the work on static-case and optimisation (see #40). By now, I think it's feasible to get the static-case branch into a shape where it produces mostly...

enhancement

This seems to be the advertised way to do this in Haddock now. See the discussion in #24 for slightly more info.

enhancement

GHC with `TemplateHaskell` allows typed quotations and splices, written ``` [|| x ||] ``` and ``` $$(foo bar) ``` or just ``` $$x ``` Looks like the tree-sitter parser currently...