hgoes / gtl

The GALS Transformation Language
Other
2 stars 1 forks source link

LTL capturing past variables is broken #15

Open TPolzer opened 10 years ago

TPolzer commented 10 years ago
exists x = st : finally[4cy] x = st;

at the moment translates to

"st" = "st" or (X "st" = "st" or (X "st" = "st" or (X "st" = "st")))

this translation is obviously wrong.