Skip to content

Commit 361dd5b

Browse files
dylan-thinnesJaro Reinders
authored andcommitted
Qualify s, t for FuzzySearch
1 parent 619098e commit 361dd5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/test/exe/FuzzySearch.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dictionary = unsafePerformIO $ do
7373
then map pack . words <$> readFile dictionaryPath
7474
else pure []
7575

76-
referenceImplementation ::
76+
referenceImplementation :: forall s t.
7777
(T.TextualMonoid s) =>
7878
-- | Pattern in lowercase except for first character
7979
s ->

0 commit comments

Comments
 (0)