Basillsp.Parkeywords
type token =
| TOK_KEYWORD of (int * int) * string
| TOK_EOF
| TOK_COMMENT of (int * int) * string
exception Error
val kwl : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Kwtypes.parsed list