This commit is contained in:
Vitor Santos Costa 2018-02-01 01:57:46 +00:00
parent f3f524960c
commit 741c5a1e10
3 changed files with 1265 additions and 854 deletions

File diff suppressed because it is too large Load Diff

View File

@ -19,7 +19,7 @@
:- use_module( library(maplist) ).
:- use_module( library(rbtrees) ).
:- use_module( library(terms) ).
:- use_module( library(python) ).
:- reexport( library(python) ).
:- python_import(yap4py.yapi).

View File

@ -19,7 +19,7 @@
).
:- use_module(library(yapi)).
:- reexport(library(yapi)).
:- use_module(library(lists)).
:- use_module(library(maplist)).
:- use_module(library(python)).
@ -255,4 +255,3 @@ close_events( Self ) :-
Self.errors := [t(C,L,N,A)] + Self.errors,
fail.
close_events( _ ).