edn-query-language / eql

EQL is a declarative way to make hierarchical (and possibly nested) selections of information about data requirements. This repository contains the base specs and definitions for EQL parsing, AST, etc.
http://edn-query-language.org
MIT License
381 stars 18 forks source link

Make merge-asts work as a reduce function #13

Closed souenzzo closed 3 years ago

souenzzo commented 3 years ago

Make merge-asts work as a reduce function, by implementing arities 0 and 1