An open API service indexing awesome lists of open source software.

https://github.com/solidsnack/hpath

Obtain source code for a given qualified name.
https://github.com/solidsnack/hpath

Last synced: about 1 year ago
JSON representation

Obtain source code for a given qualified name.

Awesome Lists containing this project

README

          

A tool to extract source code based on Haskell identifiers. For example,

HPath.Parser.parse

would extract all the source lines associated with the declaration `parse`
in the module `HPath.Parser`.