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
Many of the Concepts associated functions are either missing, misnamed, or just weird.
For example Monad does not show flatten or chain in the submenu.
Monad
flatten
chain
Also ap is named just A.
ap
A
Most amusingly there is a new function called mathrm in MonadPlus. 🤣 http://boostorg.github.io/hana/group__group-_monad_plus.html#ga5ee54dc1195f9e5cf48bfd51ba231ae5 (I think this was remove_if)
mathrm
MonadPlus
remove_if
I have not yet looked to see what is causing this.
The text was updated successfully, but these errors were encountered:
Doxygen is broken. TBH I'm not sure what the solution would be short of rewriting the documentation using another tool.. that's kind of messed up.
Sorry, something went wrong.
Standardese might be an option. It looks like it can support LaTeX in comments (using MathJax): standardese/standardese#53.
No branches or pull requests
Many of the Concepts associated functions are either missing, misnamed, or just weird.
For example
Monad
does not showflatten
orchain
in the submenu.Also
ap
is named justA
.Most amusingly there is a new function called
mathrm
inMonadPlus
. 🤣http://boostorg.github.io/hana/group__group-_monad_plus.html#ga5ee54dc1195f9e5cf48bfd51ba231ae5
(I think this was
remove_if
)I have not yet looked to see what is causing this.
The text was updated successfully, but these errors were encountered: