We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This is a simple example where one can demonstrate a classical example of inference.
All men are mortal:
mortal(man) -> bool [:] (_) -> true
Socrates is a man, and therefore is mortal:
socrates: man mortal([:] socrates) = [:] true