apfelmus schrieb:
> Also, the explicit declaration of labels has an inherent safety problem.
> Namely, nobody prevents you from using a label twice, like for example in
> 
>      loopStart @@ mul exc
>      ...
>      loopStart @@ cmp ecx (0 :: Word32)

Your are right.  In the next version, Harpy *will* prevent you from defining
a label twice.  It was just an oversight on my part not to check for
duplicate definitions.  Thanks for spotting this problem.

Martin


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Haskell mailing list
Haskell@haskell.org
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to