ill icon indicating copy to clipboard operation
ill copied to clipboard

Eta-expansion

Open xldenis opened this issue 6 years ago • 0 comments

Some form of tta-expansion should probably be done... Right now there's a bug where if a function is defined like:

a :: b -> b -> b
fn a()
  binaryFunc
end

it will (correctly) typecheck but then fail during code generation.

xldenis avatar Jun 11 '18 18:06 xldenis