Skip to content

Commit

Permalink
Standardize string-levenshtein signature to return Index type (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndh4 committed May 3, 2024
1 parent e2014d2 commit 0570398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/morsecode/typed/main.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[string->morse (-> String String)])

(require/typed/check "levenshtein.rkt"
[string-levenshtein (String String -> Integer)])
[string-levenshtein (String String -> Index)])

(define word-frequency-list "./../base/frequency.rktd")
(define word-frequency-list-small "./../base/frequency-small.rktd")
Expand Down

0 comments on commit 0570398

Please sign in to comment.