module Mode : sig ... endval parse : mode:'a Mode.t -> ?lexer:Lexer.t -> Stdlib.Lexing.lexbuf -> 'aval load : ?lexer:Lexer.t -> Stdune.Path.t -> mode:'a Mode.t -> 'aval insert_comments : Cst.t list -> (Stdune.Loc.t * Cst.Comment.t) list -> Cst.t listInsert comments in a concrete syntax tree. Comments are inserted based on their location.