Module InferModules__ToplParser
type token
=
|
TRUE
|
STRING of string
|
STAR
|
RP
|
RC
|
PROPERTY
|
PREFIX
|
MESSAGE
|
LT
|
LP
|
LC
|
INTEGER of int
|
INDENT of int
|
ID of string
|
GT
|
FALSE
|
EOF
|
COMMA
|
COLON
|
ASGN
|
ARROW
val properties : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> InferModules.ToplAst.t list