This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/library/hacks.yap
2006-12-27 01:54:21 +00:00

13 lines
187 B
Prolog

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