Write a script-driven Network.Transport implementation with which we can test for specific network failures, and then use QuickCheck to generate scripts (similar to how ByteString is tested).
Copied from original issue: haskell-distributed/distributed-process#38
From @edsko on September 24, 2012 12:59
Write a script-driven
Network.Transport
implementation with which we can test for specific network failures, and then use QuickCheck to generate scripts (similar to howByteString
is tested).Copied from original issue: haskell-distributed/distributed-process#38