Skip to content

Commit 2384aff

Browse files
committed
Make note of a weird bug in ghci session
1 parent 3f9c501 commit 2384aff

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/User/Tutorials/streamly-ecosystem.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ modularity.
1515
The shell command `echo "hello world" | tr [a-z] [A-Z]` can be written as
1616
follows using this package:
1717

18-
```haskell
18+
<!--
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+
```
1923
>>> :{
2024
Command.toBytes [str|echo "hello world"|] -- Stream IO Word8
2125
& Command.pipeBytes [str|tr [a-z] [A-Z]|] -- Stream IO Word8

0 commit comments

Comments
 (0)