Legend:
Library
Module
Module type
Parameter
Class
Class type
type token =
  1. | WORD of String.t
  2. | RBRACE
  3. | NEWLINE
  4. | LBRACE
  5. | EOF
exception Error