root/tags/lgt2210/library/atom.lgt
| Revision 365, 209 bytes (checked in by pmoura, 6 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | |
| 2 | :- object(atom, |
| 3 | extends(atomic)). |
| 4 | |
| 5 | |
| 6 | :- info([ |
| 7 | version is 1.0, |
| 8 | author is 'Paulo Moura', |
| 9 | date is 2000/7/24, |
| 10 | comment is 'Atom data type predicates.']). |
| 11 | |
| 12 | |
| 13 | valid(Atom) :- |
| 14 | atom(Atom). |
| 15 | |
| 16 | |
| 17 | :- end_object. |
Note: See TracBrowser
for help on using the browser.
