module type S =sig
..end
type
t =
| |
Atom of |
| |
List of |
type
t_or_comment =
| |
Sexp of |
| |
Comment of |
type
comment =
| |
Plain_comment of |
| |
Sexp_comment of |
val sexp_of_t : t -> Type.t
val sexp_of_comment : comment -> Type.t
val sexp_of_t_or_comment : t_or_comment -> Type.t