From b998d18a1a40358a870c58d78591340e58aa28a7 Mon Sep 17 00:00:00 2001 From: vsc Date: Wed, 27 Dec 2006 01:54:21 +0000 Subject: [PATCH] direct access to blood curdling stuff! git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1740 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- library/hacks.yap | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 library/hacks.yap diff --git a/library/hacks.yap b/library/hacks.yap new file mode 100644 index 000000000..a9fa9f3f1 --- /dev/null +++ b/library/hacks.yap @@ -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 + ]). + + +