package mutaml

  1. Overview
  2. Docs
A mutation tester for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.tar.gz
md5=bc941deaf1296d728b863bd3f60aa519
sha512=b9eaaf7310e5b8b779d91d641380fc519a741526fc2a9a66188b47c79b672501714deca0548fbe137ee02c6457a78a47405e435697520eef62fdd5bfbcdc0ee8

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.