Module Lexer.Token
type t=|Atom of Atom.t|Quoted_string of string|Lparen|Rparen|Sexp_comment|Eof|Template of Template.t|Comment of Cst.Comment.t
Lexer.Tokentype t = | Atom of Atom.t |
| Quoted_string of string |
| Lparen |
| Rparen |
| Sexp_comment |
| Eof |
| Template of Template.t |
| Comment of Cst.Comment.t |