1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package reason
-
reason
-
reason.cmdliner
-
reason.easy_format
-
reason.ocaml-migrate-parsetree
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type 'a positioned = 'a * Lexing.position * Lexing.position
val init : ?insert_completion_ident:Lexing.position -> Lexing.lexbuf -> t
val token : t -> Reason_parser.token positioned
val lexbuf : t -> Lexing.lexbuf
type comment = string * Location.t
val empty_invalid_docstrings : invalid_docstrings
val add_invalid_docstring :
string ->
Lexing.position ->
Lexing.position ->
invalid_docstrings ->
invalid_docstrings
val get_comments : t -> invalid_docstrings -> comment list