module Type_with_layout: sig .. end
sig
end
module Make: functor (Pos : sigtype t val sexp_of_t : t -> Type.tend) -> sig .. end
functor (
Pos
:
type t
val sexp_of_t : t -> Type.t
t -> Type.t
) ->
module Parsed: Make(Src_pos.Absolute).S
Make(Src_pos.Absolute).S
include Make(Src_pos.Relative).S
val relativize : Parsed.t_or_comment -> t_or_comment
Parsed.t_or_comment -> t_or_comment