package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. file_name : string;
  2. file_hash : string;
  3. line : int;
  4. column : int;
  5. function_ : string;
}
val to_yaml : t -> [> `O of (string * [> `Float of float | `String of string ]) list ]
val of_yaml : Yaml.value -> (t, [ `Msg of string ]) result