codept-lib
Sparser
codept-lib.bundled
type token =
| RS
| RC
| R
| LS
| LC
| L
| EOF
| COMMA
| COLON
| ATOM of string
exception Error
val main : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Schematic.Untyped.untyped