[closed] Re: can't do rules about rules?

Dan Connolly wrote:

>
> Consider rulerule.n3:
>
> ---
> @keywords is, of, a.
>
> @forAll IF, THEN.
>
> { sky color blue } => { weather state good }.
>
> { { IF => THEN } } => { THEN a Consequent }.
> ---

try to remove some spurious nesting. Try:
{ IF => THEN } => { THEN a Consequent }.


Yosi

>
>     {
>
>         }     log:implies {:THEN     a :Consequent .
>         } .


Look carefully. There is nothing in the antecentent.

Yosi

Received on Monday, 22 August 2005 22:58:25 UTC