package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | LoopInvariant of LoopInvariant.t
  2. | FlowInsensitiveInvariant of FlowInsensitiveInvariant.t
  3. | PreconditionLoopInvariant of PreconditionLoopInvariant.t
  4. | LoopInvariantCertificate of LoopInvariantCertificate.t
  5. | PreconditionLoopInvariantCertificate of PreconditionLoopInvariantCertificate.t
val entry_type : t -> string
val to_yaml' : t -> (string * [> `O of (string * [> `Float of float | `String of string ]) list ]) list
val of_yaml : Yaml.value -> (t, [ `Msg of string ]) result