:dummy library, for now.
This commit is contained in:
parent
462bb216f7
commit
7393dd1405
23
library/listing.yap
Normal file
23
library/listing.yap
Normal file
@ -0,0 +1,23 @@
|
||||
/*************************************************************************
|
||||
* *
|
||||
* YAP Prolog *
|
||||
* *
|
||||
* Yap Prolog was developed at NCCUP - Universidade do Porto *
|
||||
* *
|
||||
* Copyright L.Damas, V.S.Costa and Universidade do Porto 1985-1997 *
|
||||
* *
|
||||
**************************************************************************
|
||||
* *
|
||||
* File: listing.pl *
|
||||
* Last rev: *
|
||||
* mods: *
|
||||
* comments: listing a prolog program *
|
||||
* *
|
||||
*************************************************************************/
|
||||
|
||||
% just reexport standard listing predicates.
|
||||
|
||||
:- module( listing, [listing/0,
|
||||
listing/1,
|
||||
portray_clause/1,
|
||||
portray_clause/2], []).
|
Reference in New Issue
Block a user