We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9c501 commit 2384affCopy full SHA for 2384aff
docs/User/Tutorials/streamly-ecosystem.md
@@ -15,7 +15,11 @@ modularity.
15
The shell command `echo "hello world" | tr [a-z] [A-Z]` can be written as
16
follows using this package:
17
18
-```haskell
+<!--
19
+Not exactly sure what the clean way is to import packages. We need to launch the
20
+ghci session with the required packages.
21
+-->
22
+```
23
>>> :{
24
Command.toBytes [str|echo "hello world"|] -- Stream IO Word8
25
& Command.pipeBytes [str|tr [a-z] [A-Z]|] -- Stream IO Word8
0 commit comments