package ecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | End_of_line
    (*

    Line comments terminate at end of line

    *)
  2. | Comment_end
    (*

    Block comments terminate with a particular comment-end syntax.

    *)
val sexp_of_t : t -> Sexplib0.Sexp.t
val in_current_buffer : unit -> t