package merlin-lib

  1. Overview
  2. Docs
Merlin's libraries

Install

Dune Dependency

Authors

Maintainers

Sources

merlin-5.5-503.tbz
sha256=67da3b34f2fea07678267309f61da4a2c6f08298de0dc59655b8d30fd8269af1
sha512=1fb3b5180d36aa82b82a319e15b743b802b6888f0dc67645baafdb4e18dfc23a7b90064ec9bc42f7424061cf8cde7f8839178d8a8537bf4596759f3ff4891873

doc/merlin-lib.ocaml_preprocess/Ocaml_preprocess/Parser_raw/index.html

Module Ocaml_preprocess.Parser_rawSource

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

Innovation. Community. Security.