type t = | Atom of {
} | ||||
| List of {
} |
and comment = | Plain_comment of {
} | Line or block comment | ||
| Sexp_comment of {
} |
val compare_t_or_comment : t_or_comment -> t_or_comment -> intval sexp_of_t : t -> Sexplib0.Sexp.tval sexp_of_t_or_comment : t_or_comment -> Sexplib0.Sexp.tval sexp_of_comment : comment -> Sexplib0.Sexp.tmodule Forget : sig ... end