% module: basics % date: December 6, 2005 % author: Douglas M. Auclair (DMA) % Copyright (c) 2005, Cotillion Group, Inc. All rights reserved. % synopsis: Facilitates porting applications between Quintus and SWI by % providing skeletal implementations of these quintus modules % to SWI. This module is supposed to export member/2, but % SWI already has that in module(user). :- module(basics, []).