Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lifeware
biocham
Commits
5299bb21
Commit
5299bb21
authored
Jan 14, 2020
by
SOLIMAN Sylvain
Browse files
handle atomic arguments to print_message in a default way
parent
56dab4e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
util.pl
View file @
5299bb21
...
...
@@ -477,6 +477,11 @@ user:message_hook(_Msg, warning, _Lines) :-
fail.
prolog:message(Atom) -->
{ atomic(Atom) },
[ '
~
w'-[Atom]].
:- meta_predicate with_clean(+, 0).
with_clean(Prototypes, Goal) :-
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment