Re: latest RPM

Top Pagina
Bijlagen:
Bericht als e-mail
+ (text/plain)
Delete this message
Reply to this message
Auteur: Stephen Weeks
Datum:  
Aan: MLton
Onderwerp: Re: latest RPM

> The only place where I make use of Void is in MLton_eq, where two voids
> are always equal. If you're confident enough about never propagating back
> voids to the codegens, we could change the MachineOutput.Operand.t type to
> reflect that.


I am confident (I even put an assert in), but I don't want to get rid of void
for now, since there is a place in backend where I would have to create an
Operand.t option instead of an Operand.t, and I don't wanna pay that cost.