package reason

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Reason_parser_explainSource

Sourcemodule Parser = Reason_parser
Sourceval identlike_keywords : Parser.token -> string option
Sourceval keyword_confused_with_ident : int -> Parser.token -> string
Sourceval uppercased_instead_of_lowercased : int -> Parser.token -> string
Sourceval semicolon_might_be_missing : int -> 'a -> string
Sourceval token_specific_message : Parser.token -> string
Sourceval unclosed_parenthesis : (Interp.xsymbol -> bool) -> Interp.xsymbol -> (int -> bool) -> 'a Interp.env -> (MenhirLib.IncrementalEngine.position * MenhirLib.IncrementalEngine.position) option
Sourceval check_unclosed : 'a Interp.env -> string
Sourceval message : 'a Interp.env -> (Parser.token * 'b * 'c) -> string
OCaml

Innovation. Community. Security.