package ecaml

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

(Info-goto-node "(elisp)Syntax Flags")

type t =
  1. | Alternative_comment
  2. | Commend_end_first_char
  3. | Comment_end_second_char
  4. | Comment_start_first_char
  5. | Comment_start_second_char
  6. | Nested
  7. | Prefix_char
include sig ... end
val all : t list
val sexp_of_t : t -> Sexplib.Sexp.t