| Did you know ... | Search Documentation: |
| Pack must_trace -- prolog/old/dmsg.pl |
fmt0(user_error,F,A):-!,get_main_error_stream(Err),!,format(Err,F,A).
fmt0(current_error,F,A):-!,get_thread_current_error(Err),!,format(Err,F,A).
The following predicates are exported, but not or incorrectly documented.