Skip to content

Commit ace8f7f

Browse files
committed
Use fromList2 to implement fromListN in IsList
1 parent ddf4e4a commit ace8f7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Data/Sequence.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1806,6 +1806,7 @@ fromList = Seq . mkTree 1 . map_elem
18061806
instance GHC.Exts.IsList (Seq a) where
18071807
type Item (Seq a) = a
18081808
fromList = fromList
1809+
fromListN = fromList2
18091810
toList = toList
18101811
#endif
18111812

0 commit comments

Comments
 (0)