]> Repositorios git - scryer-prolog.git/commitdiff
Disable check of atom and leverage to open/4 the domain_error
authorAdrián Arroyo Calle <[email protected]>
Fri, 29 Oct 2021 21:52:08 +0000 (23:52 +0200)
committerAdrián Arroyo Calle <[email protected]>
Fri, 29 Oct 2021 21:52:08 +0000 (23:52 +0200)
src/lib/pio.pl

index 3f0e9c60c279d035580e52ac4ebeb84548fb54a0..7755918f736e45fb6d41eff996c73a8010d58704 100644 (file)
@@ -6,7 +6,7 @@
 :- use_module(library(error)).
 :- use_module(library(freeze)).
 :- use_module(library(iso_ext), [setup_call_cleanup/3, partial_string/3]).
-:- use_module(library(lists), [member/2, maplist/2]).
+:- use_module(library(lists), [member/2]).
 :- use_module(library(format), [format/3]).
 
 :- meta_predicate(phrase_from_file(2, ?)).