jeannin / zelus

A synchronous language with ODEs
http://zelus.di.ens.fr
Other
0 stars 4 forks source link

What happens when a refinement type uses a variable of the same name? #2

Open jchen-cs opened 3 years ago

jchen-cs commented 3 years ago

e.g.

let x = -1 in let x:int{x<0} = 2 in x

Which x is int{x<0} referring to?