We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
monas
int n= 0; int* p = &n; harmony::monas(p) | or_else([](auto&&) { return to_either(false); // monas<sachet<bool, bool>>を返す });
この場合に呼び出す処理の戻り値型がmonasに包まれている可能性を考慮していない。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
この場合に呼び出す処理の戻り値型が
monas
に包まれている可能性を考慮していない。The text was updated successfully, but these errors were encountered: