package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include LoopInvariant end
type t = LoopInvariant.t = {
  1. location : Location.t;
  2. value : string;
  3. format : string;
}
val to_yaml' : t -> (string * [> `O of (string * [> `Float of float | `String of string ]) list | `String of string ]) list
val of_yaml : Yaml.value -> (t, [ `Msg of string ]) Stdlib.result
val invariant_type : string
OCaml

Innovation. Community. Security.