Skip to content

Commit 5b16359

Browse files
committed
Upgrade for new Tuple module
1 parent eb990b1 commit 5b16359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/editor/EditorControls.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ filteredHints moduleDocs importData =
289289
let
290290
allNames =
291291
moduleDocs.values.aliases
292-
++ List.map fst moduleDocs.values.types
292+
++ List.map Tuple.first moduleDocs.values.types
293293
++ moduleDocs.values.values
294294
in
295295
List.concatMap (unionTagsToHints moduleDocs) moduleDocs.values.types

0 commit comments

Comments
 (0)