Skip to main content

AlignmentSegment

For the complete documentation index, see llms.txt

@midnight-ntwrk/compact-runtime v0.19.0


@midnight-ntwrk/compact-runtime / AlignmentSegment

Type Alias: AlignmentSegment

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

A segment in a larger Alignment.