Module RargInternal.Components

module Span: Pastel__.PastelSig.PastelSig;
let isSome: option('a) => bool;
let getMaxLength: list(string) => int;
let leftRightLines: list((string, string)) => list((string, int, string));
let getLeftRightLine: startSpace:int => left:string => midSpace:int => right:string => string;
let spacedLeftRightLines: list((string, int, string)) => list(string);
let tupleLines: list((string, string)) => list(string);
let maybeIndent: list(string) => int => list(string);
let renderIfSome: option('a) => ('a => string) => string;
let renderIfTrue: bool => (unit => string) => string;
module Lines: { ... };
module Line: { ... };
module Maybe: { ... };
module MaybeText: { ... };
module NewLine: { ... };