package melange

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

Module Flow_ast.Comment

Sourcetype 'M t = 'M * t'
Sourceand kind =
  1. | Block
  2. | Line
Sourceand t' = {
  1. kind : kind;
  2. text : string;
  3. on_newline : bool;
}
Sourceval pp : (Format.formatter -> 'M -> unit) -> Format.formatter -> 'M t -> unit
Sourceval show : (Format.formatter -> 'M -> unit) -> 'M t -> string
Sourceval pp_kind : Format.formatter -> kind -> unit
Sourceval show_kind : kind -> string
Sourceval pp_t' : Format.formatter -> t' -> unit
Sourceval show_t' : t' -> string