view magnatune/sparql-archived/SeRQL/lib/README @ 27:d95e683fbd35 tip

Enable CORS on urispace redirects as well
author Chris Cannam
date Tue, 20 Feb 2018 14:52:02 +0000
parents df9685986338
children
line wrap: on
line source
---+ SeRQL library extensions

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

	==
	:- use_module(library(xyx)).
	==