Module Merlin_sherlodoc.Type_parserSource

Sourcetype token =
  1. | WORD of string
  2. | WILDCARD
  3. | STAR
  4. | POLY of string
  5. | PARENS_OPEN
  6. | PARENS_CLOSE
  7. | EOF
  8. | COMMA
  9. | ARROW
Sourceexception Error