package ecaml

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

(Info-goto-node "(elisp)Syntax Class Table")

type t =
  1. | Char_quote
  2. | Close_paren
  3. | Comment_end
  4. | Comment_start
  5. | Escape
  6. | Expression_prefix
  7. | Generic_comment_delimiter
  8. | Generic_string_delimiter
  9. | Inherit_standard
  10. | Open_paren
  11. | Paired
  12. | Punctuation
  13. | String_quote
  14. | Symbol_constitutent
  15. | Whitespace
  16. | Word_constituent
val all : t list
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
include Core_kernel.Equal.S with type t := t
val equal : t Base.Equal.equal
include Core_kernel.Hashable.S_plain with type t := t
include Core_kernel.Hashable.Common with type t := t
val compare : t -> t -> Base.Int.t
val hash_fold_t : Base.Hash.state -> t -> Base.Hash.state
val hash : t -> Base.Hash.hash_value
val hashable : t Base.Hashable.t
module Table : Core_kernel.Hashtbl.S_plain with type key = t
val of_char_code_exn : Char_code.t -> t
val to_string : t -> string