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
We should fix this so that the concatenated docstring makes more sense.
Also, many of the docstrings are too terse or simply wrong; for instance, the interp docstring says it only works on "nullary" functions, which is incorrect as of #80:
Currently if you hover over
Real
in this example in VS Code:The following docstring appears:
This is the concatenation of the docstrings for the static and dynamic meanings of
Real
:rose/packages/core/src/impl.ts
Lines 65 to 66 in 603760a
rose/packages/core/src/impl.ts
Lines 215 to 216 in 603760a
We should fix this so that the concatenated docstring makes more sense.
Also, many of the docstrings are too terse or simply wrong; for instance, the
interp
docstring says it only works on "nullary" functions, which is incorrect as of #80:rose/packages/core/src/impl.ts
Lines 555 to 556 in 603760a
The text was updated successfully, but these errors were encountered: