Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lifeware
biocham
Commits
1d9537b4
Commit
1d9537b4
authored
Nov 05, 2019
by
SOLIMAN Sylvain
Browse files
make has become so slooooow…
parent
aec79a6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
models.pl
View file @
1d9537b4
...
...
@@ -504,11 +504,15 @@ print_item(Id) :-
% make it so that print/1 does not quote things that look like a variable
user
:
portray
(
Thing
)
:-
with_output_to
(
atom
(
Atom
),
write
(
Thing
)),
read_term_from_atom
(
Atom
,
Term
,
[]),
var
(
Term
),
atom
(
Thing
),
catch
(
read_term_from_atom
(
Thing
,
Term
,
[]),
_
,
fail
),
\
+
compound
(
Term
),
!,
write
(
Atom
).
write
(
Thing
).
:-
dynamic
(
deleting
/
1
).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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