Skip to content

Commit 5a9529d

Browse files
Mayer Analyticschessai
authored andcommitted
Fix small typo in documentation of splitAt (#90)
1 parent 4a11d23 commit 5a9529d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Streaming/Prelude.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1942,7 +1942,7 @@ split t = loop where
19421942
@Streaming@ module, but since this module is imported qualified, it can
19431943
usurp a Prelude name. It specializes to:
19441944
1945-
> splitAt :: (Monad m, Functor f) => Int -> Stream (Of a) m r -> Stream (Of a) m (Stream (Of a) m r)
1945+
> splitAt :: (Monad m) => Int -> Stream (Of a) m r -> Stream (Of a) m (Stream (Of a) m r)
19461946
19471947
-}
19481948
splitAt :: (Monad m, Functor f) => Int -> Stream f m r -> Stream f m (Stream f m r)

0 commit comments

Comments
 (0)