API Reference / Selector · type
Type Alias: Selector
type Selector = (ctx) => Match;
Tests a whole InterpretationContext and reports the matching atoms.
Parameters
| Parameter | Type |
|---|---|
ctx | InterpretationContext |
type Selector = (ctx) => Match;
Tests a whole InterpretationContext and reports the matching atoms.
| Parameter | Type |
|---|---|
ctx | InterpretationContext |