Open VonTum opened 4 days ago
Right now, the default interface has the module name:
module multiply_add { interface multiply_add: int a, int b, int c -> int o /*...*/ }
Instead, we should have it be the abscence of a name:
module multiply_add { interface: int a, int b, int c -> int o /*...*/ }
Right now, the default interface has the module name:
Instead, we should have it be the abscence of a name: