debugger was making predicates meta instead of testing
fix handling of dbrefs in facts and in subarguments. git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1287 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -5600,7 +5600,7 @@ once_with_alarm(Time,Goal,DoOnAlarm) :-
|
||||
|
||||
execute_once_with_alarm(Time, Goal) :-
|
||||
alarm(Time, alarm, _),
|
||||
( call(Goal) -> alarm(0, alarm, _) ; alarm(0, alarm, _)).
|
||||
( call(Goal) -> alarm(0, alarm, _) ; alarm(0, alarm, _), fail).
|
||||
@end example
|
||||
|
||||
The procedure has three arguments: the @var{Time} before the alarm is
|
||||
|
Reference in New Issue
Block a user