python
This commit is contained in:
parent
f3f524960c
commit
741c5a1e10
2114
misc/editors/yap.js
2114
misc/editors/yap.js
File diff suppressed because it is too large
Load Diff
@ -19,7 +19,7 @@
|
|||||||
:- use_module( library(maplist) ).
|
:- use_module( library(maplist) ).
|
||||||
:- use_module( library(rbtrees) ).
|
:- use_module( library(rbtrees) ).
|
||||||
:- use_module( library(terms) ).
|
:- use_module( library(terms) ).
|
||||||
:- use_module( library(python) ).
|
:- reexport( library(python) ).
|
||||||
|
|
||||||
:- python_import(yap4py.yapi).
|
:- python_import(yap4py.yapi).
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
).
|
).
|
||||||
|
|
||||||
|
|
||||||
:- use_module(library(yapi)).
|
:- reexport(library(yapi)).
|
||||||
:- use_module(library(lists)).
|
:- use_module(library(lists)).
|
||||||
:- use_module(library(maplist)).
|
:- use_module(library(maplist)).
|
||||||
:- use_module(library(python)).
|
:- use_module(library(python)).
|
||||||
@ -255,4 +255,3 @@ close_events( Self ) :-
|
|||||||
Self.errors := [t(C,L,N,A)] + Self.errors,
|
Self.errors := [t(C,L,N,A)] + Self.errors,
|
||||||
fail.
|
fail.
|
||||||
close_events( _ ).
|
close_events( _ ).
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user