runtimeverification / runtimeverification/haskell-backend
Simplification - Improvement Proposals
Nobody has claimed this yet.
- Dominant language
- Haskell
- Stars
- 224
- Forks
- 43
- PR merge metrics
- No merged PRs in 30d
Description
One major component of the Haskell backend is the simplifier. It takes care of:
- function evaluation
- lemma application (simplification rules)
- ML reasoning, simplifying predicates to some normalized form
- sending predicates to the SMT solver
We'd like to know what users' experiences with the simplifier are and what changes they would like to see.
Any ideas are welcome, so feel free to "think big". For example, I would like to be able to step through the simplification procedure, like a "functional" kore-repl.
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 surveying the Haskell backend's simplifier, including function evaluation, lemma application, ML predicate normalization, and SMT-solver interaction. Review the existing discussion and user experiences, then define a concrete, agreed improvement with clear completion criteria; the issue's example is a step-through experience similar to a functional kore-repl.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100