package reason

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

Module Reason_layout.WhitespaceRegionSource

* Module concerning info to correctly interleave whitespace above a layout node.

Sourcetype t = {
  1. range : Reason_location.Range.t;
  2. comments : Reason_comment.t list;
  3. newlines : int;
}
Sourceval make : range:Reason_location.Range.t -> newlines:int -> unit -> t
Sourceval newlines : t -> int
Sourceval comments : t -> Reason_comment.t list
Sourceval addComment : t -> Reason_comment.t -> t
Sourceval modifyNewlines : t -> int -> t
OCaml

Innovation. Community. Security.