Re: Approaching an XML syntax for RIF

[quick reply to a small point before running out the door.]

> >     class Composite
> >         property parts : list of Term
> >     
> >         subclass Atom
> >     
> >         subclass Term
> 
> That doesn't describe Expr and has Term as a subclass of Composite which 
> doesn't seem right.
> 
> Did you mean:
> 
>       class Composite
>          property parts : list of Term
>             subclass Atom
>             subclass Expr

Yes, I made a typo of "Term" for "Expr" there.   Thanks for catching
that!

       - s

Received on Monday, 29 January 2007 22:14:21 UTC