package sexplib

  1. Overview
  2. Docs
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
OCaml

Innovation. Community. Security.