harper-core 2.0.0

The language checker for developers.
Documentation
1
2
3
4
5
6
7
expr main (no to)

let message "Did you mean `not to`?"
let description "Corrects `no to` to `not to`, ensuring proper negation."
let kind "Typo"
let becomes "not to"