Module Pre_sexp.Parser_output

module type T = sig ... end
module Bare_sexp : T with type output = Type.t
module Annotated_sexp : T with type output = Annot.t
val annotate_sexp : Type.t -> Parsexp.Positions.Iterator.t -> Annot.t
val annotate_sexp_list : Type.t list -> Parsexp.Positions.Iterator.t -> Annot.t list