harper-core 2.0.0

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

let message "Use `minimum` instead of `min`"
let description "Expands the abbreviation `min` to the full word `minimum` for clarity."
let kind "Style"
let becomes "minimum"