Module type Make.S
type t
=
|
Atom of Pos.t * string * string option
|
List of Pos.t * t_or_comment list * Pos.t
S-expressions annotated with relative source positions and comments
Make.S
type t
=
| Atom of Pos.t * string * string option |
| List of Pos.t * t_or_comment list * Pos.t |
S-expressions annotated with relative source positions and comments