type token =
| CONST of (string)
- | IDENT of (string)
+ | IDENT of (Types.symbol)
| LPAR
| RPAR
| SEQ
# 189 "parser.ml"
: 'faust_exp))
; (fun __caml_parser_env ->
- let _1 = (Parsing.peek_val __caml_parser_env 0 : string) in
+ let _1 = (Parsing.peek_val __caml_parser_env 0 : Types.symbol) in
Obj.repr(
# 20 "parser.mly"
- ( Ident(symbol_of_string _1) )
+ ( Ident(_1) )
# 196 "parser.ml"
: 'faust_exp))
; (fun __caml_parser_env ->