Module Core_kernel__.Source_code_position0
module Stable : sig ... endinclude 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.tval bin_size_t : t Bin_prot.Size.sizerval bin_write_t : t Bin_prot.Write.writerval bin_writer_t : t Bin_prot.Type_class.writerval __bin_read_t__ : (Core_kernel__.Import.int -> t) Bin_prot.Read.readerval bin_read_t : t Bin_prot.Read.readerval bin_reader_t : t Bin_prot.Type_class.readerval bin_t : t Bin_prot.Type_class.tval compare : t -> t -> Core_kernel__.Import.intval hash_fold_t : Base.Hash.state -> t -> Base.Hash.stateval hash : t -> Base.Hash.hash_valueval t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> tval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
include Base.Comparator.S with type t := t with type comparator_witness = Base.Source_code_position.comparator_witness
type ttype comparator_witness= Base.Source_code_position.comparator_witness
val comparator : (t, comparator_witness) Base.Comparator.comparator
val to_string : Base.Source_code_position.t -> stringval sexp_of_t : Base.Source_code_position.t -> Base.Sexp.t