package mutaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type position = Lexing.position = {
  1. pos_fname : string;
  2. pos_lnum : int;
  3. pos_bol : int;
  4. pos_cnum : int;
}
and location = Location.t = {
  1. loc_start : position;
  2. loc_end : position;
  3. loc_ghost : bool;
}
val position_of_yojson : Ppx_yojson_conv_lib.Yojson.Safe.t -> position
val location_of_yojson : Ppx_yojson_conv_lib.Yojson.Safe.t -> location
val yojson_of_position : position -> Ppx_yojson_conv_lib.Yojson.Safe.t
val yojson_of_location : location -> Ppx_yojson_conv_lib.Yojson.Safe.t
OCaml

Innovation. Community. Security.