Merge branch '878-span-file-resolution-logic-different-for-module-identifiers' into...
[why3.git] / examples / bts / 12934.why
blob0b422035623a3c17197afe7cb64b9adee495fc6f
2 theory BTS12934
4   type set 'a
6   type rel 'a 'b = set ('a,'b)
8   goal t: true
10 end