package mutaml

  1. Overview
  2. Docs
A mutation tester for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

0.2.tar.gz
md5=61addf5724238b477033e654412651eb
sha512=bd9efe0bd5a1098f03adc199f688b265362223bc5509bc1d3255696ba0e5e22f08b66434367e0a15f00e02dd074fd83dc2da094867a80c91ff397ffc07734778

doc/mutaml.common/Mutaml_common/Loc/index.html

Module Mutaml_common.LocSource

Sourcetype position = Lexing.position = {
  1. pos_fname : string;
  2. pos_lnum : int;
  3. pos_bol : int;
  4. pos_cnum : int;
}
Sourceand location = Location.t = {
  1. loc_start : position;
  2. loc_end : position;
  3. loc_ghost : bool;
}
Sourceval position_of_yojson : Ppx_yojson_conv_lib.Yojson.Safe.t -> position
Sourceval location_of_yojson : Ppx_yojson_conv_lib.Yojson.Safe.t -> location
Sourceval yojson_of_position : position -> Ppx_yojson_conv_lib.Yojson.Safe.t
Sourceval yojson_of_location : location -> Ppx_yojson_conv_lib.Yojson.Safe.t
OCaml

Innovation. Community. Security.