It’s not yet clear to me how to handle programs such as:
#external edge(2).
edge(V1, V2) :- edge(V2, V1).
On the one side, edge/2 is declared #external, removing it from the completed output. However, there is a rule concerning edge/2 that is now missing from the output.
It’s not yet clear to me how to handle programs such as:
#external edge(2).
edge(V1, V2) :- edge(V2, V1).
On the one side, `edge/2` is declared `#external`, removing it from the completed output. However, there is a rule concerning `edge/2` that is now missing from the output.
patrick
self-assigned this 2018-04-13 14:20:24 +02:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
It’s not yet clear to me how to handle programs such as:
On the one side,
edge/2is declared#external, removing it from the completed output. However, there is a rule concerningedge/2that is now missing from the output.