package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. startLine : int;
  2. startColumn : int option;
  3. endLine : int;
  4. endColumn : int option;
}
val to_yojson : t -> Yojson.Safe.t
val _ : t -> Yojson.Safe.t
val equal : t -> t -> Ppx_deriving_runtime.bool