package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. entry_type : EntryType.t;
  2. metadata : Metadata.t;
}
val to_yaml : t -> [> `O of (string * [> `O of (string * [> `Float of float | `O of (string * [> `A of Yaml.value list | `O of (string * [> `String of string ]) list | `String of string ]) list | `String of string ]) list | `String of string ]) list ]
val of_yaml : Yaml.value -> (t, [ `Msg of string ]) result