Did you know ... Search Documentation:
Pack xlibrary -- prolog/raw_loader.pl
PublicShow source
 raw_load(:Alias, :PredicateIndicators) is det
Like raw_load/1, but in addition calls compile_predicates/1 to compile those predicates into static predicates. Alias can be a list of aliases, in such case all the aliases are loaded as if they where concatenated
 raw_load(:Alias) is det
Reads a file containing terms and assert them into the prolog database. This is used to speed up loading of files that only contains unestructured facts, that does not requires the whole compiler machinery. For big files it loads faster that qlf files (the first time).

Undocumented predicates

The following predicates are exported, but not or incorrectly documented.

 raw_file(Arg1, Arg2)
 raw_file(Arg1, Arg2, Arg3)