Open tsloughter opened 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 :).
compile
any()
peg
eql
Currently
compile
's spec says it can returnany()
. Anyway to tighten that up? I know its generated from thepeg
file so not as simple as changing it ineql
otherwise I'd have a PR :).