Re: pengines extension to html_requires
Anne Ogborn <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
The issue of whether to include no options versions is driven by complexity. Usually number of API's would be a measure of complexity, but in this case we really don't have added complexity, but rather convenience, when we have foo(A, B, Options) and foo(A, B) this is a very common pattern in SWI-Prolog API's. So I'd advocate for leaving them.