Karl Ostmo
Karl Ostmo
I fixed it in my fork.
Not sure if this is a crazy idea or feasible. Can ghc-mod (or something) create an index of all of the types in advance (akin to `hasktags`) so that if...
I would like to implement support for showing Haddock docstrings in tooltips alongside "info" or "type" information. I'm hoping for some guidance both overall in the design and specifics of...
Apparently, such a feature is available in the `Data.Aeson.TH` module ([see `omitNothingFields`](http://hackage.haskell.org/package/aeson/docs/Data-Aeson-TH.html#v:omitNothingFields)), but that module requires that `TemplateHaskell` be enabled.
Please complete the information below: # Where is the problem? Keyset documentation: https://docs.hhvm.com/hack/arrays-and-collections/vec-keyset-and-dict#keyset # What is the problem? It should be noted that keysets preserve insertion order just like `dict`....
#1490 should be merged before this PR.
See https://github.com/hhvm/user-documentation/pull/1347#issuecomment-1624035694
The [README suggests](https://github.com/yav/graphmod/blob/983c38f73d3d6d232c954416fd1ab019f24c9fc5/README.md?plain=1#L13) piping through `tred`. In my experiments, this seems to be redundant with (i.e. having the exact same effect as) the `--prune-edges` option. If so, it would be...
This PR supersedes #43