This commit is contained in:
Vitor Santos Costa 2010-03-12 22:41:30 +00:00
parent 2908d4ccbd
commit 26e0bfdf06
1 changed files with 3 additions and 3 deletions

View File

@ -16,12 +16,14 @@
*************************************************************************/
:- module('$coroutining',[
op(1150, fx, block)
%dif/2,
%when/2,
%block/1,
%wait/1,
%frozen/2
:- module('$coroutining',[]).
]).
attr_unify_hook(DelayList, _) :-
@ -62,8 +64,6 @@ attgoal_for_delay(_, V) --> [].
%
% operators defined in this module:
%
:- op(1150, fx, block).
prolog:freeze(V, G) :-
var(V), !,
freeze_goal(V,G).