harper-core 2.0.0

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

let message "Did you make a typo? Shouldn't it be `and`?"
let description "Corrects `an` to `and` after `ahead`."
let becomes "ahead and"

test "If it's important, go ahead an open an issue." "If it's important, go ahead and open an issue."