mirror of
https://github.com/AdaCore/why3.git
synced 2026-02-12 12:34:55 -08:00
11 lines
85 B
Plaintext
11 lines
85 B
Plaintext
|
|
theory BTS12934
|
|
|
|
type set 'a
|
|
|
|
type rel 'a 'b = set ('a,'b)
|
|
|
|
goal t: true
|
|
|
|
end
|