Closed ncalexan closed 6 years ago
It would be nice to add an API for producing (lookup-ref a v) definitions to the transact term builder. Mentat is more strict than Datomic in that we only accept (lookup-ref a v) lists rather than arbitrary 2-element vectors, like [a v].
(lookup-ref a v)
[a v]
This is basically #666.
It would be nice to add an API for producing
(lookup-ref a v)
definitions to the transact term builder. Mentat is more strict than Datomic in that we only accept(lookup-ref a v)
lists rather than arbitrary 2-element vectors, like[a v]
.