YamlWitnessType.InvariantSetmodule LoopInvariant : sig ... endmodule LocationInvariant : sig ... endmodule LoopTransitionInvariant : sig ... endmodule LocationTransitionInvariant : sig ... endmodule FlowInsensitiveInvariant : sig ... endmodule InvariantType : sig ... endmodule Invariant : sig ... endmodule FunctionContract : sig ... endmodule ContractType : sig ... endmodule Contract : sig ... endmodule InvariantKind : sig ... endval hash : t -> intval min_version : t -> YamlWitnessVersion.tval to_yaml' :
t ->
(string
* [> `A of
[> `O of
(string
* [> `O of
(string
* [> `A of [> `String of string ] list
| `O of
(string * [> `Float of float | `String of string ])
list
| `String of string ])
list ])
list ]
list ])
listval of_yaml : Yaml.value -> (t, [ `Msg of string ]) Stdlib.result