root/trunk/library/atomic.lgt
| Revision 3687, 214 bytes (checked in by pmoura, 19 months ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | |
| 2 | :- object(atomic, |
| 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 'Atomic data type predicates.']). |
| 10 | |
| 11 | valid(Atomic) :- |
| 12 | atomic(Atomic). |
| 13 | |
| 14 | :- end_object. |
Note: See TracBrowser
for help on using the browser.
