Skip to main content

AlignmentSegment

For the complete documentation index, see llms.txt

@midnight/ledger v8.0.3


@midnight/ledger / AlignmentSegment

Type Alias: AlignmentSegment

type AlignmentSegment =
| {
tag: "option";
value: Alignment[];
}
| {
tag: "atom";
value: AlignmentAtom;
};

A segment in a larger Alignment.