package merlin-lib
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Merlin's libraries
Install
dune-project
Dependency
Authors
Maintainers
Sources
merlin-5.6-503.tbz
sha256=b0dcad092aaaf7a23f65ab9a089e8761bd665cc72357909e0ac6c2182f4fc2d4
sha512=9987baf2b2e82bab4c90a328bfcba9945e797e0f3d947156f04435ee84b49542844b379e35a79027c3ffe81f4b7a8f1c60803233999b4c039d4598033371880d
doc/merlin-lib.ocaml_preprocess/Ocaml_preprocess/Lexer_raw/index.html
Module Ocaml_preprocess.Lexer_rawSource
Source
type error = | Illegal_character of char| Illegal_escape of string * string option| Reserved_sequence of string * string option| Unterminated_comment of Ocaml_parsing.Location.t| Unterminated_string| Unterminated_string_in_comment of Ocaml_parsing.Location.t * Ocaml_parsing.Location.t| Empty_character_literal| Keyword_as_label of string| Capitalized_label of string| Invalid_literal of string| Invalid_directive of string * string option| Invalid_encoding of string| Invalid_char_in_ident of Uchar.t| Non_lowercase_delimiter of string| Capitalized_raw_identifier of string| Unknown_keyword of string
Source
type 'a result = | Return of 'a| Refill of unit -> 'a result| Fail of error * Ocaml_parsing.Location.t
Source
type preprocessor =
(Merlin_utils.Std.Lexing.lexbuf -> Parser_raw.token) ->
Merlin_utils.Std.Lexing.lexbuf ->
Parser_raw.tokenSource
type state = {keywords : keywords;mutable buffer : Buffer.t;mutable string_start_loc : Ocaml_parsing.Location.t;mutable comment_start_loc : Ocaml_parsing.Location.t list;mutable preprocessor : preprocessor option;
}Source
val token_without_comments :
state ->
Merlin_utils.Std.Lexing.lexbuf ->
Parser_raw.token result sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>