29 Jun
2015
29 Jun
'15
6:25 a.m.
Le 28/06/15 22:14, Vinícius dos Santos Oliveira a écrit :
2015-06-25 22:11 GMT-03:00 Niall Douglas
: plus these new specialisations were added:
* result<T>: empty/T/error_code (no exception_ptr). * option<T>: empty/T (no error code nor exceptions).
I like these specialisations. Makes the code clearer.
What do you think about renaming monad to async_monad?
Please, don't use monad nor async_monad for any class. Monad is a concept not a type and we need to reserve his use for a library proposing to work on Monad concepts. Vicente