Marco Z

Results 199 comments of Marco Z

Agreed this would be nice to have !

See also https://github.com/scotty-web/scotty/issues/74

the code to be added is at this commit : https://github.com/scotty-web/scotty/pull/76/commits/0fdfbc6b1e3162b702d271ce7b19989e3206713a

Thank you! Looks good. As you might have noticed there are two overlapping pieces of API: the 'getX' functions and the Traversal s. I like traversals better as they are...

@AR2202 the CI error is due to the version bound on the `hashable-time` dependency, see below. This is due to the fact that we run CI against different Stackage snapshots,...

generate CSV header from the type with generics-sop metadata

After a fair bit of trial and error, `header` produces a simple representation of an arbitrary type which can be pretty-printed as a tree : ``` data A = MkA...

In case someone else wants to move this forward, my thinking so far is as follows: - [x] `header` computes a rose tree representation of a _type_, and only requires...

Started working on this as of 634f1f6

Trying to wrap my head around this; could you provide an example of the input and result?