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
The nth/3 doc is good to go, despite the following:
It appears that the dfn of nth/3 is currently contained in builtins/simplio.pro, but it was originally in library/listutl2.pro,
as seen by some commented-out exports, along with a companion position/3,4.
If they're going to be in a builtins/*.pro file, both nth/3 and position/3,4 really ought to be in blt_term.pro.
I'll open a low-priority issue to move them. I suspect that neither of us did any "doc processing" on simplio.pro, because the companion position/3,4 are undoc'd like nth/3 was.
I'll open another issue to doc-process simple.pro.
Yea, nth/3 was moved from the libraries to builtins sometime in `96 -- I'm guessing because it was used to define other builtins (i.e. to avoid back-dependencies).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #196