QSPFoundation / Qsp.FSharp

QSP ecosystem written in F# environment. Contains: language core (AST, parser, printer), language server (LSP) and CLI utility for manipulating language sources.
4 stars 1 forks source link

fate(core/lint): simplify Boolean comparisons #55

Open gretmn102 opened 1 month ago

gretmn102 commented 1 month ago

Suggest the following replacements:

The first case is worth especially because isNum in 7.9, for example, returns 1 instead of -1, which leads to incorrect calculations.