package ecaml

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

Module Syntax_table.ClassSource

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

Sourcetype 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
include Ppx_enumerate_lib.Enumerable.S with type t := t
Sourceval all : t list
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
include Core.Equal.S with type t := t
include Core.Hashable.S_plain with type t := t
include Ppx_compare_lib.Comparable.S with type t := t
Sourceval compare : t -> t -> int
include Ppx_hash_lib.Hashable.S with type t := t
Sourceval hash_fold_t : Base.Hash.state -> t -> Base.Hash.state
Sourceval hashable : t Base.Hashable.t
Sourcemodule Table : Core.Hashtbl.S_plain with type key = t
Sourceval of_char_code_exn : Char_code.t -> t
Sourceval to_string : t -> string
OCaml

Innovation. Community. Security.