13 lines
187 B
Plaintext
13 lines
187 B
Plaintext
|
% File : hacks.yap
|
||
|
% Author : Vitor Santos Costa
|
||
|
% Updated: 2006
|
||
|
% Purpose: Prolog hacking
|
||
|
|
||
|
:- module(yap_hacks, [
|
||
|
cut_by/1,
|
||
|
current_choice_point/1
|
||
|
]).
|
||
|
|
||
|
|
||
|
|