artemeff / eql

Erlang with SQL or not
MIT License
116 stars 18 forks source link

`compile` typespec returns `any()` #18

Open tsloughter opened 1 week ago

tsloughter commented 1 week ago

Currently compile's spec says it can return any(). Anyway to tighten that up? I know its generated from the peg file so not as simple as changing it in eql otherwise I'd have a PR :).