Files
why3/bench/java/missing_constructor.mlw
2024-10-02 11:28:58 +02:00

7 lines
84 B
Plaintext

module ErrorMissingConstructor
type t = {
a : bool;
b : bool;
}
end