- raw_load(:Alias, :PredicateIndicators) is det
- Like raw_load/1, but in addition calls compile_predicates/1 to compile those
predicates into static predicates.
- 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).