cda-group / arc

Programming Language for Continuous Deep Analytics
https://cda-group.github.io/arc/
44 stars 6 forks source link

Fix MLIR codegen of unit type #252

Closed segeljakt closed 3 years ago

segeljakt commented 3 years ago

Before there was a bug which caused this to generate:

foo(...) : (...) ->

Now we get:

foo(...) : (...) -> ()