]> Repositorios git - scryer-prolog.git/commitdiff
add library(freeze) to make zcompare/3 work
authorMarkus Triska <[email protected]>
Wed, 8 Apr 2020 19:37:35 +0000 (21:37 +0200)
committerMarkus Triska <[email protected]>
Wed, 8 Apr 2020 20:09:59 +0000 (22:09 +0200)
src/prolog/lib/clpz.pl

index 458c5d21d8764691d04786af4b3b9ab7662a6e51..f650cd3a0acf3f8830be512a403626e8f5548f59 100644 (file)
 :- use_module(library(terms)).
 :- use_module(library(error), []).
 :- use_module(library(si)).
+:- use_module(library(freeze)).
 
 % :- use_module(library(types)).