module Cookie_lexer: sig .. end
sig
end
type cookie_token = [ `ASSIGNMENT of string * string | `EOF | `SEP ]
[ `ASSIGNMENT of string * string | `EOF | `SEP ]
val token : Lexing.lexbuf -> cookie_token
Lexing.lexbuf -> cookie_token