Eigenstate: myrddin-dev mailing list

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Minor syntax change.


Cast now binds more tightly than union construction. In other words:

	`Foo x castto(bar)

is now equivalent to:

	`Foo (x castto(bar))

and not:

	(`Foo x) castto(bar)


-- 
Ori Bernstein <ori@xxxxxxxxxxxxxx>