Fork me on GitHub
#pathom
<
2019-09-29
>
cjsauer21:09:00

👋 Wilker. Is there a function in pathom that can “shrink” a query/AST, meaning determine redundancy, shared paths, etc? Trivial (naive) example:

[:user/name :user/name :user/name]
;; becomes
[:user/name]

wilkerlucio03:09:31

nothing built in

👍 4