streamly-examples
streamly-examples copied to clipboard
Examples for Streamly
The Interop.Streaming.fromStreaming example assumes "r ~ ()", but I rarely find that to be the case in code that uses Streaming. Is this an area where Streaming's model is more...
e.g. https://streamly.composewell.com/streamly-examples-0.1.3/examples/Intro.hs ``` AccessDenied Access Denied 0G3TJK6VK333FZ34 dn7zbWYXFtycN7ISPb+C9xpuWAeNRK9GOYLhLPN66dAZPyDawhJR8QWFzB3hu5dypL9cNesaQoY= ```
By making it a library haddock can work on it. Alternatively, we can write them as .lhs. Once we do that we should be able to integrate the examples directly...
To track finishing the example on the traffic-router branch.
`cabal sdist` complains: ``` Warnings: - 'ghc-options: -main-is' is not portable. ``` Also, we do not really need this for at least those executables which are not required to have...