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
Various places in doc comments where a cross-reference is embedded in code (e.g. Monad.(>>=)). It's a little ugly, but the cross-reference has to be hoisted out of the code block (cf. Monad.map).
The text was updated successfully, but these errors were encountered:
Various places in doc comments where a cross-reference is embedded in code (e.g.
Monad.(>>=)
). It's a little ugly, but the cross-reference has to be hoisted out of the code block (cf.Monad.map
).The text was updated successfully, but these errors were encountered: