Re: pengines extension to html_requires
Jan Wielemaker <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
On 02/09/2014 10:14 PM, Anne Ogborn wrote: > foo(A, B, Options) > and > foo(A, B) > > this is a very common pattern in SWI-Prolog API's. Yes, in the older and more common ones. The later and more rare ones only come with options. > So I'd advocate for leaving them. I did for the `normal API'. Removed them for the less common parts of the API that are just there for fairly experienced users to build new high level APIs. Cheers --- Jan