module type S = sig .. end
sig
end
type token
exception Error
val token : Lexing.lexbuf -> token
Lexing.lexbuf -> token