Refactor to remove Eq_result type
Open
refactoring
- Dominant language
- Standard ML
- Stars
- 1.2k
- Forks
- 104
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 16
Description
It's unnecessary and doesn't make code much clearer.
It can be replaced with bool option. The advantage of using option is that do_eq_list can be written using OPT_MMAP or maybe a new defined higher order function and there's no need mutual recursive functions for do_eq. Setting up similar definitions and proofs for Eq_result is not worth it.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.