root/trunk/examples/errors/usesrepeated.lgt

Revision 4601, 206 bytes (checked in by pmoura, 7 weeks ago)

Added svn:mime-type property to source files (set to text/x-logtalk).

  • Property svn:mime-type set to text/x-logtalk
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1
2% conflict between uses/2 directives
3
4:-object(usesrepeated).
5
6    :- uses(list, [member/2]).  % a predicate cannot be referenced
7    :- uses(set, [member/2]).   % in more than one uses/2 directive
8
9:- end_object.
Note: See TracBrowser for help on using the browser.