Module Core_kernel__.Source_code_position0.Stable.V1

type t = Base.Source_code_position.t = {
pos_fname : Core_kernel__.Import.string;
pos_lnum : Core_kernel__.Import.int;
pos_bol : Core_kernel__.Import.int;
pos_cnum : Core_kernel__.Import.int;
}
val bin_shape_t : Bin_prot.Shape.t
val bin_size_t : t ‑> int
val bin_write_t : Bin_prot.Common.buf ‑> pos:Bin_prot.Common.pos ‑> t ‑> Bin_prot.Common.pos
val bin_writer_t : t Bin_prot.Type_class.writer
val __bin_read_t__ : 'a ‑> pos_ref:Bin_prot.Common.pos Core_kernel__.Import.ref ‑> 'b ‑> 'c
val bin_read_t : Bin_prot.Common.buf ‑> pos_ref:Bin_prot.Common.pos_ref ‑> t
val bin_reader_t : t Bin_prot.Type_class.reader
val bin_t : t Bin_prot.Type_class.t
val compare : t ‑> t ‑> Core_kernel__.Import.int
val hash_fold_t : Base.Hash.state ‑> t ‑> Base.Hash.state
val hash : t ‑> Base.Hash.hash_value
val t_of_sexp : Base.Sexp.t ‑> t
val sexp_of_t : t ‑> Base.Sexp.t
include Base.Comparator.S with type t := t with type comparator_witness = Base.Source_code_position.comparator_witness
type t