|
|
|
@ -57,7 +57,7 @@ pattern T str <- (toString -> str)
@@ -57,7 +57,7 @@ pattern T str <- (toString -> str)
|
|
|
|
|
data FindStrictness = Strict -- ^ Exact match |
|
|
|
|
| Fuzzy -- ^ Fuzzy search |
|
|
|
|
|
|
|
|
|
-- | Структура 'Score' |
|
|
|
|
-- | 'Score' structure |
|
|
|
|
data Score = Score { matches :: !Int -- ^ Count of matches |
|
|
|
|
, diffs :: !Int -- ^ Count of differences (errors) or 'fullScore' |
|
|
|
|
} |
|
|
|
|