Fork me on GitHub
#pathom
<
2019-08-21
>
souenzzo22:08:14

question about EQL there is a simpler way to do this: (update ast :children conj (eql/expr->ast :com.wsscode.pathom/trace)) ?

wilkerlucio23:08:45

@souenzzo yes, but use eql/query->ast1 instead of expr->ast

souenzzo12:08:19

Why use query->ast1 ? :foo isn't a query, or is?