Chris@0: ---+ SeRQL library extensions Chris@0: Chris@0: This directory contains files that are condidate for the SWI-Prolog core Chris@0: libraries. SeRQL places it at the start of the standard library search Chris@0: path. They should be loaded using a normal library loading call as Chris@0: below, so they can be moved to the SWI-Prolog library without affecting Chris@0: the application. Chris@0: Chris@0: == Chris@0: :- use_module(library(xyx)). Chris@0: ==