Concrete syntax changes
- Dominant language
- Haskell
- Stars
- 279
- Forks
- 51
- Avg merge
- 17h 42m
- Merged PRs (30d)
- 1
Description
- Change the concrete syntax for implication to `==>` instead of `=>` that we use now. This has better readability and less ambiguity.
- Change the symbol for storage update to `:=` instead of `=>` that we use now. This make the syntax consistent with the ones for constructors. I also find this more intuitive.
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files or tests. Start by locating the concrete-syntax handling for implication and storage updates, then trace any parser or syntax tests covering the current symbols. Done means implication uses `=>` and storage update uses `:=` consistently, with affected tests or examples updated.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100