[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: public predicates
From: |
cvb |
Subject: |
Re: public predicates |
Date: |
Sun, 04 Nov 2001 15:49:40 -0500 |
Jean Michel LECONTE wrote:
> how to do if i want that all the predicates of my prog are public ???
> because i dont want to write for each :-public(thing/number).
You might consider using a "preprocessor" to fix up your code. In particular
one that pulls off the heads of your predicates, determines their arity and
outputs the appropriate public clauses.
more,
l8r,
v
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: public predicates,
cvb <=