package reason

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

Module Reason_commentSource

Sourcetype category =
  1. | EndOfLine
  2. | SingleLine
  3. | Regular
Sourceval string_of_category : category -> string
Sourcetype t = {
  1. location : Location.t;
  2. category : category;
  3. text : string;
}
Sourceval category : t -> category
Sourceval location : t -> Location.t
Sourceval dump : Format.formatter -> t -> unit
Sourceval dump_list : Format.formatter -> t list -> unit
Sourceval wrap : t -> string
Sourceval is_doc : t -> bool
Sourceval make : location:Location.t -> category -> string -> t
Sourceval isLineComment : t -> bool
OCaml

Innovation. Community. Security.