harper-core 2.0.0

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

let message "Use `not in` for correct grammar."
let description "Replaces `no in` with `not in`."
let kind "Typo"
let becomes "not in"