Preparing search index...
The search index is not available
parjs
parjs
internal
defineCombinator
Function defineCombinator
define
Combinator
<
A
,
B
>
(
f
)
:
ParjsCombinator
<
A
,
B
>
Represents the given function as a Parjs combinator.
Type Parameters
A
B
Parameters
f
:
(
(
act
)
=>
Parjser
<
B
>
)
The combinator function.
(
act
)
:
Parjser
<
B
>
Parameters
act
:
CombinatorInput
<
A
>
Returns
Parjser
<
B
>
Returns
ParjsCombinator
<
A
,
B
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
parjs
Loading...
Represents the given function as a Parjs combinator.