Merge branch 'minimum-excludant-other-versions' into 'master'
[why3.git] / bench / programs / bad-typing / 60_at_in_tasks.mlw
blob6efbb675d408d450546dec394c251e9339eabc87
2 module T
4   goal g : forall x:int. x = (x at L)
6 end