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
Right now we have some warnings in documentation's own source
/Users/tmcw/src/documentation/index.js
48:1 warning @memberof reference to module not found
/Users/tmcw/src/documentation/lib/flatten.js
105:1 warning @memberof reference to module not found
/Users/tmcw/src/documentation/lib/output/html.js
38:1 warning @memberof reference to module not found
/Users/tmcw/src/documentation/lib/infer/kind.js
8:1 warning @memberof reference to module not found
/Users/tmcw/src/documentation/lib/infer/name.js
6:1 warning @memberof reference to module not found
/Users/tmcw/src/documentation/lib/infer/params.js
8:1 warning @memberof reference to module not found
/Users/tmcw/src/documentation/lib/infer/properties.js
7:1 warning @memberof reference to module not found
/Users/tmcw/src/documentation/lib/infer/return.js
6:1 warning @memberof reference to module not found
/Users/tmcw/src/documentation/lib/is_jsdoc_comment.js
3:1 warning @memberof reference to module not found
/Users/tmcw/src/documentation/lib/output/json.js
5:1 warning @memberof reference to module not found
/Users/tmcw/src/documentation/lib/github.js
11:1 warning @memberof reference to module not found
/Users/tmcw/src/documentation/lib/output/markdown.js
7:1 warning @memberof reference to module not found
/Users/tmcw/src/documentation/lib/normalize.js
5:1 warning @memberof reference to module not found
/Users/tmcw/src/documentation/lib/module_filters.js
14:1 warning @memberof reference to module_filters not found
⚠ 14 warnings
The text was updated successfully, but these errors were encountered:
…tationjs#240)
Link to the purescript-partial library instead, which is where the guide
now lives.
I've kept this page for now instead of removing it completely, because
the compiler's Prim docs page still links to it as of 0.12.2 (see:
<https://pursuit.purescript.org/builtins/docs/Prim#t:Partial>)
Right now we have some warnings in documentation's own source
The text was updated successfully, but these errors were encountered: