Skip to content

Instantly share code, notes, and snippets.

@rbe
Created January 20, 2011 15:23
Show Gist options
  • Save rbe/788045 to your computer and use it in GitHub Desktop.
Save rbe/788045 to your computer and use it in GitHub Desktop.
Hompare Module
module Hompare
(
jaroWinkler
, levenshtein
, cologneMethod
)
where
import Prelude
import Data.Char (toUpper)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment