harper-core 2.0.0

The language checker for developers.
Documentation
1
2
3
4
5
6
7
8
9
expr main (as if though)

let message "This should be `as if` or `as though`."
let description "Corrects redundant `as if though`."
let kind "Redundancy"
let becomes ["as if", "as though"]

test "It's coming back to you. and looking as if though it's very bright red." "It's coming back to you. and looking as if it's very bright red."
test "it passes right on by it as if though nothing happened." "it passes right on by it as though nothing happened."