gRPC-haskell/examples/echo
intractable 4a30625a70 Expose ClientError type (#36)
* Expose the max receive message length channel argument + unittest

* `ClientError` GADT ctor => `ClientErrorResponse`, expose `ClientError`

Prior to this commit, the name `ClientError` was both:
  - The name of a data constructor name for the `ClientResult` GADT
  - A name of an internal sum type for capturing different kinds of client
    errors

We want to expose the latter to users of the library, and so expose the latter
and rename the former.

* Remove unused `MultiWayIf` lang ext
2017-10-23 10:11:13 -05:00
..
echo-cpp Update echo client/server to use CG and high-level interfaces (#88) 2016-12-22 14:33:44 -06:00
echo-hs Expose ClientError type (#36) 2017-10-23 10:11:13 -05:00
echo-python High-level unregistered concurrent interface (#41) 2016-07-14 09:53:28 -07:00
echo-ruby High-level unregistered concurrent interface (#41) 2016-07-14 09:53:28 -07:00
echo.proto Update echo client/server to use CG and high-level interfaces (#88) 2016-12-22 14:33:44 -06:00