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
When I was searching if PureScript has the standard sequence function I couldn't find it. It turns out I was confused because the top-most hit in the results doesn't render the function signature, and I was scanning the results for the correct function signature (t (m a) -> m (t a)). See the screenshot below.
Is it because it's a class function rather than a standalone function? Observe that no signature is shown for Sequence from purescript-webdriver, which is a newtype.
The text was updated successfully, but these errors were encountered:
When I was searching if PureScript has the standard
sequence
function I couldn't find it. It turns out I was confused because the top-most hit in the results doesn't render the function signature, and I was scanning the results for the correct function signature (t (m a) -> m (t a)
). See the screenshot below.Is it because it's a class function rather than a standalone function? Observe that no signature is shown for
Sequence
from purescript-webdriver, which is a newtype.The text was updated successfully, but these errors were encountered: