Open KiaraGrouwstra opened 4 years ago
cleaned out a WIP attempt here, as this doesn't seem a priority for now.
welp, I guess wontfix
tag may have been optimistic here if recursion (#12) may push me into this if I can't find a simpler benchmark...
note that most others like Tamandu tend to do top-level multi-param functions (e.g. foo a b = ...
) -- I may need to either settle for at least that, or ensure my dataset has point-free tools like function composition (.
) and param flipping.
shared among variables and lambda function parameter variables:
paramCount
out offillHole
so we can update it in a useful manner herelet in_scope_vars :: ? = []?
specific to allowing lambda functions:
fillHole
type check[ ] eta reduction-> #22