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
module Parser = Reason_parser
module Interp = Parser.MenhirInterpreter
module Raw = Reason_parser_explain_raw
val identlike_keywords : Parser.token -> string option
val keyword_confused_with_ident : int -> Parser.token -> string
val uppercased_instead_of_lowercased : int -> Parser.token -> string
val token_specific_message : Parser.token -> string
val unclosed_parenthesis :
( Interp.xsymbol -> bool ) ->
Interp.xsymbol ->
( int -> bool ) ->
'a Interp.env ->
(MenhirLib.IncrementalEngine.position * MenhirLib.IncrementalEngine.position)
option
val check_unclosed : 'a Interp.env -> string
val message : 'a Interp.env -> (Parser.token * 'b * 'c) -> string