You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: streaming.cabal
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@ cabal-version: >=1.10
4
4
build-type: Simple
5
5
synopsis: an elementary streaming prelude and general stream type.
6
6
7
-
description: This package contains two modules, <http://hackage.haskell.org/package/streaming/docs/Streaming.html Streaming>
7
+
description: This package contains two modules, <http://hackage.haskell.org/package/streaming/docs/Streaming.html Streaming>
8
8
and <http://hackage.haskell.org/package/streaming/docs/Streaming-Prelude.html Streaming.Prelude>.
9
9
The principal module, <http://hackage.haskell.org/package/streaming-0.1.4.3/docs/Streaming-Prelude.html Streaming.Prelude>, exports an elementary streaming prelude focused on
10
10
a simple \"source\" or \"producer\" type, namely @Stream (Of a) m r@.
11
11
This is a sort of effectful version of
12
12
@([a],r)@ in which successive elements of type @a@ arise from some sort of monadic
13
-
action before the succession ends with a value of type @r@.
13
+
action before the succession ends with a value of type @r@.
14
14
Everything in the library is organized to make
15
15
programming with this type as simple as possible,
16
16
by the simple expedient of making it as close to @Prelude@
@@ -21,25 +21,25 @@ description: This package contains two modules, <http://hackage.haskell.
21
21
>1<Enter>
22
22
>2<Enter>
23
23
>3<Enter>
24
-
>6 :> ()
24
+
>6 :> ()
25
25
.
26
26
sums the first three valid integers from user input. Similarly,
0 commit comments