parse_formula
Validate a first-order logic formula syntactically and list its variables, constants, and predicates.
Instructions
Parse and validate a FOL formula. Returns information about variables, constants, predicates, and whether the formula is syntactically valid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| formula | Yes | FOL formula to parse |