Module Basillsp.Parkeywords

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