ex-hack icon indicating copy to clipboard operation
ex-hack copied to clipboard

Example-based Haskell Documentation Engine

Results 19 ex-hack issues
Sort by recently updated
recently updated
newest added

The schema should be much simpler than before: required columns: * `unit_id` (aka package) * `module` * `occName` * `srcSpan`

version1.0

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...

Todo
Challenging

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,...

bug
Todo
good first issue

> 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...

Todo
good first issue

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,...

Todo