add library(freeze) to make zcompare/3 work
This commit is contained in:
@@ -117,6 +117,7 @@
|
|||||||
:- use_module(library(terms)).
|
:- use_module(library(terms)).
|
||||||
:- use_module(library(error), []).
|
:- use_module(library(error), []).
|
||||||
:- use_module(library(si)).
|
:- use_module(library(si)).
|
||||||
|
:- use_module(library(freeze)).
|
||||||
|
|
||||||
% :- use_module(library(types)).
|
% :- use_module(library(types)).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user