root/tags/lgt293/library/types.loader

Revision 2, 285 bytes (checked in by pmoura, 7 years ago)

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1
2:- initialization(
3    logtalk_load([
4        termp, term,
5        atomic,
6        atom, callable,
7        characterp, character,
8        number, float, integer, natural,
9        compound,
10        listp, list, difflist,
11        numberlistp, numberlist,
12        varlist,
13        queuep, queue,
14        dictionaryp, bintree,
15        setp, set,
16        comparingp])).
Note: See TracBrowser for help on using the browser.