We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a11d23 commit 5a9529dCopy full SHA for 5a9529d
1 file changed
src/Streaming/Prelude.hs
@@ -1942,7 +1942,7 @@ split t = loop where
1942
@Streaming@ module, but since this module is imported qualified, it can
1943
usurp a Prelude name. It specializes to:
1944
1945
-> splitAt :: (Monad m, Functor f) => Int -> Stream (Of a) m r -> Stream (Of a) m (Stream (Of a) m r)
+> splitAt :: (Monad m) => Int -> Stream (Of a) m r -> Stream (Of a) m (Stream (Of a) m r)
1946
1947
-}
1948
splitAt :: (Monad m, Functor f) => Int -> Stream f m r -> Stream f m (Stream f m r)
0 commit comments