@ -1,3 +1,5 @@
world(zero).
entier(s(X)) :- entier(X).
mimi(hello(X)) :- X.
int(zero).
int(s(X)) :- int(X).
add(X, zero, X).
add(X, s(Y), Z) :- add(s(X), Y, Z).
The note is not visible to the blocked user.