Module YamlWitnessType.PreconditionLoopInvariantCertificate

include module type of struct include LoopInvariantCertificate end
type t = LoopInvariantCertificate.t = {
  1. target : Target.t;
  2. certification : Certification.t;
}
val compare : t -> t -> Ppx_deriving_runtime.int
val to_yaml' : t -> (string * [> `O of (string * [> `String of string ]) list ]) list
val of_yaml : Yaml.value -> (t, [ `Msg of string ]) Stdlib.result
val entry_type : string