package reason
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Reason: Syntax & Toolchain for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
reason-3.8.2.tbz
sha256=7adcc45db20b8def82adf2712211fb8ed844328489752e8edf74281bc1eb2ef2
sha512=45822ecf4b19b892e1d150fd7f7a80af18df576b204647d4bbb9a18ac591a690f9b5338789ecccacb2d6b6354dbc32ff4a3574cc8b82b777e21cb8729f502f95
doc/reason/Reason_layout/index.html
Module Reason_layoutSource
* Module concerning info to correctly interleave whitespace above a layout node.
Source
type t = | SourceMap of Location.t * t| Sequence of config * t list| Label of Easy_format.t -> Easy_format.t -> Easy_format.t * t * t| Easy of Easy_format.t| Whitespace of WhitespaceRegion.t * t
* These represent "intent to format" the AST, with some parts being annotated * with original source location. The benefit of tracking this in an * intermediate structure, is that we can then interleave comments throughout * the tree before generating the final representation. That prevents the * formatting code from having to thread comments everywhere. * * The final representation is rendered using Easy_format.
Source
and config = {break : break_criterion;wrap : string * string;inline : bool * bool;sep : separator;indent : int;sepLeft : bool;preSpace : bool;postSpace : bool;pad : bool * bool;listConfigIfCommentsInterleaved : (config -> config) option;listConfigIfEolCommentsInterleaved : (config -> config) option;
}getLocFromLayout recursively takes the unioned location of its children, * and returns the max one
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>