stdio icon indicating copy to clipboard operation
stdio copied to clipboard

Haskell Standard Input and Output

Results 7 stdio issues
Sort by recently updated
recently updated
newest added

There are no instructions on how to populate this directory.

Welcome everyone, let's kick off another round of iteration of stdio. To help everyone find something interesting to do, we have made a issue list. @sighingnow 1. [x] Implement `IsString`...

Added the ByteString conversions I've slightly changed `bytesFromByteString`, I think it should be better now Also, I've added it to `Std.Foreign.PrimArray`, because putting it in `Std.Vector.Base` would cause circular module...

Impressive TCP benchmark [results](https://github.com/haskell-stdio/stdio/blob/master/bench/tcp/result-summary.pdf). I was wondering what would be involved in adding support for a basic web server -- abstracting some of the networking+threading into something that resembles `wai`....

I think they'd be pretty useful when using stdio with other libraries, I needed to define them in order to use proto-lens. Those seem to work for me: ```hs import...

@andrewthad I saw your `primitve-maybe` package today and think it's probably a good idea to provide support for it in stdio. Would you mind adding some `Arr` instances to `Std.Data.Array`...

I can build `stdio`, but when I `cd` into `bench/tcp` and run: cabal new-build --constraint='primitive==0.6.4.0' -w /opt/ghc/8.6.3/bin/ghc I get the following error: ``` Linking /home/amartin/Development/stdio/bench/tcp/dist-newstyle/build/x86_64-linux/ghc-8.6.3/tcp-0.1.0.0/x/libuv/build/libuv/libuv ... /home/amartin/Development/stdio/bench/tcp/dist-newstyle/build/x86_64-linux/ghc-8.6.3/tcp-0.1.0.0/x/libuv/build/libuv/libuv-tmp/../../cbits/hs_uv_stream.o:hs_uv_stream.c:function hs_set_socket_reuse: error :...