Skip to content

Commit 6bf7c0a

Browse files
committed
Added missing dependency
1 parent f96377f commit 6bf7c0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/dom.pl

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
:- use_module(autoload(apply), [maplist/3]).
7575
:- use_module(autoload(lists), [member/2]).
7676
:- use_module(autoload(dcg/basics), [number//1, whites//0, string//1]).
77+
:- use_module(library(error), [representation_error/1]).
7778

7879
/** <module> Tau-Prolog compatible DOM manipulation
7980

0 commit comments

Comments
 (0)