direct access to blood curdling stuff!

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1740 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2006-12-27 01:54:21 +00:00
parent e79300c305
commit b998d18a1a
1 changed files with 12 additions and 0 deletions

12
library/hacks.yap Normal file
View File

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