type token = | TSL_BEGIN_C_STYLE of ( # 34 "ocamltest/tsl_parser.mly" [`Above | `Below] # 6 "ocamltest/tsl_parser.mli" ) | TSL_END_C_STYLE | TSL_BEGIN_OCAML_STYLE of ( # 36 "ocamltest/tsl_parser.mly" [`Above | `Below] # 12 "ocamltest/tsl_parser.mli" ) | TSL_END_OCAML_STYLE | COMMA | LEFT_BRACE | RIGHT_BRACE | SEMI | TEST_DEPTH of ( # 39 "ocamltest/tsl_parser.mly" int # 22 "ocamltest/tsl_parser.mli" ) | EQUAL | PLUSEQUAL | INCLUDE | SET | UNSET | WITH | IDENTIFIER of ( # 43 "ocamltest/tsl_parser.mly" string # 33 "ocamltest/tsl_parser.mli" ) | STRING of ( # 44 "ocamltest/tsl_parser.mly" string # 38 "ocamltest/tsl_parser.mli" ) val tsl_block : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Tsl_ast.tsl_block val tsl_script : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Tsl_ast.t