Module Source_code_position0

module Source_code_position0: sig .. end

module Sexp: Sexplib.Sexp
type t = Lexing.position = {
   pos_fname : string;
   pos_lnum : int;
   pos_bol : int;
   pos_cnum : int;
}
val __t_of_sexp__ : Sexplib.Sexp.t -> t
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
val compare : t -> t -> int
val compare_t : t -> t -> int
val bin_size_t : t -> int
val bin_write_t_ : Bin_prot.Unsafe_common.sptr ->
Bin_prot.Unsafe_common.eptr ->
t -> Bin_prot.Unsafe_common.sptr
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 -> 'b -> 'c -> 'd
val bin_read_t_ : Bin_prot.Unsafe_common.sptr_ptr ->
Bin_prot.Unsafe_common.eptr -> t
val bin_read_t : Bin_prot.Common.buf ->
pos_ref:Bin_prot.Common.pos Pervasives.ref -> t
val bin_reader_t : t Bin_prot.Type_class.reader
val bin_t : t Bin_prot.Type_class.t
type t_hum = t 
val compare_t_hum : t_hum -> t_hum -> int
val bin_size_t_hum : t -> int
val bin_write_t_hum_ : Bin_prot.Unsafe_common.sptr ->
Bin_prot.Unsafe_common.eptr ->
t -> Bin_prot.Unsafe_common.sptr
val bin_write_t_hum : Bin_prot.Common.buf ->
pos:Bin_prot.Common.pos -> t -> Bin_prot.Common.pos
val bin_writer_t_hum : t Bin_prot.Type_class.writer
val bin_read_t_hum__ : 'a -> 'b -> 'c -> 'd
val bin_read_t_hum_ : Bin_prot.Unsafe_common.sptr_ptr ->
Bin_prot.Unsafe_common.eptr -> t
val bin_read_t_hum : Bin_prot.Common.buf ->
pos_ref:Bin_prot.Common.pos Pervasives.ref -> t_hum
val bin_reader_t_hum : t_hum Bin_prot.Type_class.reader
val bin_t_hum : t Bin_prot.Type_class.t
val to_string : t -> string
val sexp_of_t_hum : t -> Sexp.t
val to_sexp_hum : t -> Sexp.t