You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function rc::gen::maybe lifts a generator into the Maybe monad, which can be quite useful.
C++17 finally introduced its own version of Maybe to the standard library, namely std::optional.
Would there be any interest here in a submission that provides support for this addition to the language for compilers that can support it? rc::gen::optional, perhaps? If so, I'd be happy to contribute.
Cheers,
Jonathon
The text was updated successfully, but these errors were encountered:
The function rc::gen::maybe lifts a generator into the
Maybe
monad, which can be quite useful.C++17 finally introduced its own version of
Maybe
to the standard library, namelystd::optional
.Would there be any interest here in a submission that provides support for this addition to the language for compilers that can support it?
rc::gen::optional
, perhaps? If so, I'd be happy to contribute.Cheers,
Jonathon
The text was updated successfully, but these errors were encountered: