Skip to content

Commit ae97ceb

Browse files
committed
Merge pull request #107 from treeowl/fromListN
Use fromList2 to implement fromListN in IsList
2 parents 5482318 + ace8f7f commit ae97ceb

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)