Typed holes `(??)` like Merlin with OCaml
Open
Nobody has claimed this yet.
Editor support
KIND: FEATURE REQUEST
Parser
- Dominant language
- OCaml
- Stars
- 10.3k
- Forks
- 438
- PR merge metrics
- No merged PRs in 30d
Description
It does work, but two issues:

[Error] Unbound value ??- maybe use a different message (e.g.Warning/Error: Unimplemented hole)refmtincorrectly formats it like this

Typed-holes are ridiculously useful for statically-typed programming (Agda, Idris) - would be great to shine some light on this feature - instead of/as well as gradually buildng types, we can gradually build terms :-)
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 reproducing the typed-hole behavior described in the issue, then inspect the error reporting path and refmt's formatting of (??). Done means providing a clearer unimplemented-hole diagnostic and ensuring refmt preserves the intended typed-hole syntax, with tests covering both behaviors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ocaml
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100