- Preparing search index...
- The search index is not available
Kombo - v3.0.0
Type alias Append<CTX, PROBLEM>Internal
Append
<CTX, PROBLEM>: { kind
: "Append"; left
: Bag<CTX, PROBLEM>; right
: Bag<CTX, PROBLEM>; }
Type declaration
-
kind: "Append"
-
left: Bag<CTX, PROBLEM>
-
right: Bag<CTX, PROBLEM>
When two bags exist on the same "level" in the parser composition we use this combinator.