mirror of
https://github.com/AdaCore/why3.git
synced 2026-02-12 12:34:55 -08:00
7 lines
84 B
Plaintext
7 lines
84 B
Plaintext
module ErrorMissingConstructor
|
|
type t = {
|
|
a : bool;
|
|
b : bool;
|
|
}
|
|
end
|