root/trunk/library/compound.lgt

Revision 3687, 213 bytes (checked in by pmoura, 19 months ago)

Code reformating.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1
2:- object(compound,
3    extends(term)).
4
5    :- info([
6        version is 1.0,
7        author is 'Paulo Moura',
8        date is 2000/7/24,
9        comment is 'Compound data type.']).
10
11    valid(Compound) :-
12        compound(Compound).
13
14:- end_object.
Note: See TracBrowser for help on using the browser.