Fork me on GitHub
#datascript
<
2016-06-23
>
dhucerbin11:06:53

Hi, I'm composing queries in datalog and I have algebra of rules, but I need identity for that algebra. How would I define rule that always yields true in idiomatic way?

dhucerbin11:06:25

Something like '[[ (id ?e) [_ _ _] ]]

Niki16:06:48

[(constantly true)] ?