helium-1.8.1: The Helium Compiler.

Safe HaskellNone
LanguageHaskell98

Helium.Utils.Similarity

Description

Check whether identifiers look alike. Identifiers are alike if: - they are the same when compared insensitive w.r.t. case - they differ in one character (filter and fi1ter) - one has a character more than the other (concatMap and concattMap) - two characters are swapped (filtre and filter)

Documentation