ex-hack
ex-hack copied to clipboard
Example-based Haskell Documentation Engine
The schema should be much simpler than before: required columns: * `unit_id` (aka package) * `module` * `occName` * `srcSpan`
We are currently using a wrong approach to index a file's used symbols (see indexModule in the ProcessingSteps.hs file). Basically, we are looking at the modules provided by the package...
This might also be interesting for developement, to test changes quickly.
For example, the `all` function in `Data.Text` shows occurrences of `all` from a different scope. Side-note: I love the idea for this project. Big thumbs-up from me!
We have a problem when adding the line marker in the code snippets from our HTML Renderer. They are sometimes misplaced. TBH, this feature has been added in a rush,...
> I'd really like to know before I drill into a thing if there are actually any examples though. Drilling down 4 clicks to find nothing is kind of a...
e.g. at https://exhack.org/packages/Earley/Text-Earley-Parser, all the examples found currently point to a line inside the following export block, which isn't very illuminating: ```haskell module Text.Earley ( -- * Context-free grammars Prod,...