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. | LESSSLASH
  59. | LESSMINUS
  60. | LESS
  61. | LBRACKETPERCENTPERCENT
  62. | LBRACKETPERCENT
  63. | LBRACKETLESS
  64. | LBRACKETGREATER
  65. | LBRACKETBAR
  66. | LBRACKETATATAT
  67. | LBRACKETATAT
  68. | LBRACKETAT
  69. | LBRACKET
  70. | LBRACELESS
  71. | LBRACE
  72. | LAZY
  73. | LABEL of string
  74. | JSX_UIDENT_E of string
  75. | JSX_UIDENT of string
  76. | JSX_LIDENT_E of string
  77. | JSX_LIDENT of string
  78. | INT of string * char option
  79. | INITIALIZER
  80. | INHERIT
  81. | INFIXOP4 of string
  82. | INFIXOP3 of string
  83. | INFIXOP2 of string
  84. | INFIXOP1 of string
  85. | INFIXOP0 of string
  86. | INCLUDE
  87. | IN
  88. | IF
  89. | HASHOP of string
  90. | HASH
  91. | GREATERRBRACKET
  92. | GREATERRBRACE
  93. | GREATER
  94. | FUNCTOR
  95. | FUNCTION
  96. | FUN
  97. | FOR
  98. | FLOAT of string * char option
  99. | FALSE
  100. | EXTERNAL
  101. | EXCEPTION
  102. | EQUAL
  103. | EOL
  104. | EOF
  105. | END
  106. | ELSE
  107. | EFFECT
  108. | DOWNTO
  109. | DOTOP of string
  110. | DOTDOT
  111. | DOT
  112. | DONE
  113. | DOCSTRING of Docstrings.docstring
  114. | DO
  115. | CONSTRAINT
  116. | COMMENT of string * Ocamlformat_ocaml_common.Location.t
  117. | COMMA
  118. | COLONGREATER
  119. | COLONEQUAL
  120. | COLONCOLON
  121. | COLON
  122. | CLASS
  123. | CHAR of char * string
  124. | BEGIN
  125. | BARRBRACKET
  126. | BARBAR
  127. | BAR
  128. | BANG
  129. | BACKQUOTE
  130. | ASSERT
  131. | AS
  132. | ANDOP of string
  133. | AND
  134. | AMPERSAND
  135. | AMPERAMPER
Sourceexception Error
Sourcemodule MenhirInterpreter : sig ... end
Sourcemodule Incremental : sig ... end
OCaml

Innovation. Community. Security.