Class: Goal
Represents a single goal within a logical rule or query.
Constructors
Constructor
new Goal(
identifier,args,loc?):Goal
Parameters
| Parameter | Type |
|---|---|
identifier | SymbolPrimitive |
args | Pattern[] |
loc? | SourceLocation |
Returns
Goal
Overrides
ASTNode.constructor