package ocamlformat-mlx-lib

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Ocamlformat_parser_extended.ParserSource

Sourcetype token =
  1. | WITH
  2. | WHILE
  3. | WHEN
  4. | VIRTUAL
  5. | VAL
  6. | UNDERSCORE
  7. | UIDENT of string
  8. | TYPE_DISAMBIGUATOR of string
  9. | TYPE
  10. | TRY
  11. | TRUE
  12. | TO
  13. | TILDE
  14. | THEN
  15. | STRUCT
  16. | STRING of string * Ocamlformat_ocaml_common.Location.t * string option
  17. | STAR
  18. | SLASHGREATER
  19. | SLASH
  20. | SIG
  21. | SEMISEMI
  22. | SEMI
  23. | RPAREN
  24. | REC
  25. | RBRACKET
  26. | RBRACE
  27. | QUOTED_STRING_ITEM of string * Ocamlformat_ocaml_common.Location.t * string * Ocamlformat_ocaml_common.Location.t * string option
  28. | QUOTED_STRING_EXPR of string * Ocamlformat_ocaml_common.Location.t * string * Ocamlformat_ocaml_common.Location.t * string option
  29. | QUOTE
  30. | QUESTION
  31. | PRIVATE
  32. | PREFIXOP of string
  33. | PLUSEQ
  34. | PLUSDOT
  35. | PLUS
  36. | PERCENT
  37. | OR
  38. | OPTLABEL of string
  39. | OPEN
  40. | OF
  41. | OBJECT
  42. | NONREC
  43. | NEW
  44. | MUTABLE
  45. | MODULE
  46. | MINUSGREATER
  47. | MINUSDOT
  48. | MINUS
  49. | METHOD
  50. | METAOCAML_ESCAPE
  51. | METAOCAML_BRACKET_OPEN
  52. | METAOCAML_BRACKET_CLOSE
  53. | MATCH
  54. | LPAREN
  55. | LIDENT of string
  56. | LETOP of string
  57. | LET
  58. | LESSMINUS
  59. | LESS
  60. | LBRACKETPERCENTPERCENT
  61. | LBRACKETPERCENT
  62. | LBRACKETLESS
  63. | LBRACKETGREATER
  64. | LBRACKETBAR
  65. | LBRACKETATATAT
  66. | LBRACKETATAT
  67. | LBRACKETAT
  68. | LBRACKET
  69. | LBRACELESS
  70. | LBRACE
  71. | LAZY
  72. | LABEL of string
  73. | JSX_UIDENT_E of string
  74. | JSX_UIDENT of string
  75. | JSX_LIDENT_E of string
  76. | JSX_LIDENT of string
  77. | INT of string * char option
  78. | INITIALIZER
  79. | INHERIT
  80. | INFIXOP4 of string
  81. | INFIXOP3 of string
  82. | INFIXOP2 of string
  83. | INFIXOP1 of string
  84. | INFIXOP0 of string
  85. | INCLUDE
  86. | IN
  87. | IF
  88. | HASHOP of string
  89. | HASH
  90. | GREATERRBRACKET
  91. | GREATERRBRACE
  92. | GREATER
  93. | FUNCTOR
  94. | FUNCTION
  95. | FUN
  96. | FOR
  97. | FLOAT of string * char option
  98. | FALSE
  99. | EXTERNAL
  100. | EXCEPTION
  101. | EQUAL
  102. | EOL
  103. | EOF
  104. | END
  105. | ELSE
  106. | EFFECT
  107. | DOWNTO
  108. | DOTOP of string
  109. | DOTDOT
  110. | DOT
  111. | DONE
  112. | DOCSTRING of Docstrings.docstring
  113. | DO
  114. | CONSTRAINT
  115. | COMMENT of string * Ocamlformat_ocaml_common.Location.t
  116. | COMMA
  117. | COLONGREATER
  118. | COLONEQUAL
  119. | COLONCOLON
  120. | COLON
  121. | CLASS
  122. | CHAR of char * string
  123. | BEGIN
  124. | BARRBRACKET
  125. | BARBAR
  126. | BAR
  127. | BANG
  128. | BACKQUOTE
  129. | ASSERT
  130. | AS
  131. | ANDOP of string
  132. | AND
  133. | AMPERSAND
  134. | AMPERAMPER
Sourceexception Error
Sourcemodule MenhirInterpreter : sig ... end
Sourcemodule Incremental : sig ... end