mirror of
https://github.com/AdaCore/why3.git
synced 2026-02-12 12:34:55 -08:00
8 lines
47 B
Plaintext
8 lines
47 B
Plaintext
module M
|
|
|
|
use ref.Ref
|
|
|
|
val r : ref 'a
|
|
|
|
end
|