imessage for missing library.

This commit is contained in:
Vítor Santos Costa 2012-03-22 21:42:41 +00:00
parent 01b86d78cc
commit 1698bb3c91
1 changed files with 2 additions and 0 deletions

View File

@ -122,6 +122,8 @@ system_message(declaration(Args,Action)) -->
[ 'declaration ~w ~w.' - [Args,Action] ].
system_message(defined_elsewhere(P,F)) -->
[ 'predicate ~q previously defined in file ~w' - [P,F] ].
system_message(functionality(Library)) -->
[ '~q not available' - [Library] ].
system_message(import(Pred,To,From,private)) -->
[ 'Importing private predicate ~w:~w to ~w.' - [From,Pred,To] ].
system_message(leash([])) -->