Hacker News new | ask | show | jobs
by YeGoblynQueenne 2651 days ago
Indeed, ":-" is meant to represent the left-facing arrow of implication. In logic programming papers it is common to typeset it as an actual arrow, for example:

  p(X,Y) ← q(Y,X)
etc.