ndmitchell / ndmitchell/hoogle
Hoogle for Frege
Nobody has claimed this yet.
- Dominant language
- Haskell
- Stars
- 803
- Forks
- 152
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
First of all, thank you for making Hoogle. It is a wonderful tool and I am now trying to make it useful for Frege. I already have a working version here using Hoogle 4. The way I did it for Frege is to create a text file of all the Frege types and then use hoogle convert to convert it to a database file (.hoo extension).
Is there an equivalent to convert a text file to a database file with Hoogle 5? I checked hoogle generate --help but it doesn't seem to be taking a text file. Am I doing it the right way or is there a better approach to make Hoogle useful for Frege? Sorry if this is not the right channel to ask this.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing Hoogle 4's hoogle convert workflow with Hoogle 5's hoogle generate --help, focusing on whether text input and .hoo database generation are supported. The issue mentions no source files or tests; done means establishing and documenting a supported approach for importing Frege types, or clarifying that a different integration is required.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- search
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100