This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/Logtalk/library/types_loader.lgt

17 lines
285 B
Plaintext
Raw Normal View History

:- initialization(
logtalk_load([
termp, term,
atomic,
atom, callable,
characterp, character,
number, float, integer, natural,
compound,
listp, list, difflist,
numberlistp, numberlist,
varlist,
queuep, queue,
dictionaryp, bintree,
setp, set,
comparingp])).