package goblint

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

Innovation. Community. Security.