Module Private.Reason

type t =
  1. | Automaton_in_error_state
  2. | Comment_token_in_unquoted_atom
  3. | Unexpected_char_parsing_dec_escape
  4. | Unexpected_char_parsing_hex_escape
  5. | Unexpected_character_after_cr
  6. | Unterminated_block_comment
  7. | Unterminated_quoted_string
  8. | Closed_paren_without_opened
  9. | Escape_sequence_out_of_range
  10. | No_sexp_found_in_input
  11. | Sexp_comment_without_sexp
  12. | Too_many_sexps
  13. | Unclosed_paren