Up

Module Sexp_with_layout

Signature

module List : sig .. end
include Type_with_layout
module Make (Pos : sig .. end) : sig .. end
parsing produces absolute positions
val relativize : Parsed.t_or_comment -> t_or_comment
type pos = Src_pos.Relative.t = {
row
: int ;
col
: int ;
}
val sexp_of_pos : Src_pos.Relative.t -> Type.t
module Lexer : sig .. end
module Render : sig .. end
module Forget : sig .. end